IsTurning
Revision as of 19:41, 12 December 2008 by imported>SaidenStorm
Description
IsTurning - Script function and condition used to determine if an Actor is currently turning.
Syntax
[ActorREF.]IsTurning
Examples
if BuddyRef.IsTurning == 2
Returns true if Buddy is currently turning to the left.
Notes
- Return Values:
- 0 - not turning
- 1 - right
- 2 - left
See Also
Reference
None provided.