Difference between revisions of "IsFacingUp"
Jump to navigation
Jump to search
imported>Maturin |
imported>Vswe m (Added Search Terms) |
||
(4 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
Idle manager function, returns 1 if the creature knocked down and facing up. | Idle manager function, returns 1 if the creature knocked down and facing up. | ||
Returns 1 if used on an actor that is mounted on a quadruped, ie: player on horse. | |||
Quadrupeds should use [[IsLeftUp]] instead. | Quadrupeds should use [[IsLeftUp]] instead. | ||
Line 6: | Line 7: | ||
[[Category: Functions]] | [[Category: Functions]] | ||
[[Category:Functions (CS)]] | |||
[[Category: Functions (CS 1.0)]] | |||
[[Category: Actor Functions]] | |||
[[Category: Actor Functions (CS 1.0)]] | |||
[[Category: Actor State Functions]] | [[Category: Actor State Functions]] | ||
[[Category: Actor State Functions (CS 1.0)]] | |||
[[Category: Condition Functions]] | [[Category: Condition Functions]] | ||
<!-- Begin Search Terms | |||
Is | |||
Facing | |||
Up | |||
End Search Terms --> |
Latest revision as of 11:50, 20 June 2008
Idle manager function, returns 1 if the creature knocked down and facing up.
Returns 1 if used on an actor that is mounted on a quadruped, ie: player on horse.
Quadrupeds should use IsLeftUp instead.