About Store Forum Documentation Contact



Post Reply 
[Solved]Game.Chr get Bone position Error
Author Message
andrake Offline
Member

Post: #1
[Solved]Game.Chr get Bone position Error
Hi
i use Game .Chr for my player
i try to put actor shape to one of bone position
but it
Code:
src=cskel.skeleton().getBone(bonename).center();
cause an error
i was try other ways but it cause error too
(This post was last modified: 05-05-2014 02:42 PM by andrake.)
05-04-2014 12:43 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Game.Chr get Bone position Error
you need to use debugging, probably you're accessing a NULL pointer
05-04-2014 10:50 PM
Find all posts by this user Quote this message in a reply
Post Reply