About Store Forum Documentation Contact



Post Reply 
Question about Jumping
Author Message
Qpalzmx Offline
Member

Post: #1
Question about Jumping
Is there any function/variable that indicate whether the character is jumping/on the air/on the ground/etc?
01-29-2010 04:50 AM
Find all posts by this user Quote this message in a reply
Dampire Offline
Member

Post: #2
RE: Question about Jumping
Yes.
ctrl.onGround() - if on ground - true, else - false
ctrl.timeInAir() - get current amount if time while in air, as soon as player stands on ground this value is cleared to zero
01-29-2010 08:11 AM
Find all posts by this user Quote this message in a reply
Post Reply