Difference between revisions of "IsTurning"
Jump to navigation
Jump to search
imported>SaidenStorm (Undo revision 10478 by SaidenStorm (Talk)) |
imported>Geckbot m (Robot: Automated text replacement (-\[\[Category:(.*?)Functions\]\] +Category:\1Functions\nCategory:\1Functions (GECK 1.0))) |
||
Line 27: | Line 27: | ||
[[Category:Functions]] | [[Category:Functions]] | ||
[[Category:Functions (GECK 1.0)]] | |||
[[Category:Condition Functions]] | [[Category:Condition Functions]] | ||
[[Category:Condition Functions (GECK 1.0)]] |
Revision as of 12:10, 12 August 2009
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 right.
Notes
- Return Values:
- 0 - not turning
- 1 - left
- 2 - right
See Also
Reference
None provided.