Difference between revisions of "IsSneaking"
Jump to navigation
Jump to search
imported>Mojo (Template update. Added related links.) |
(Added the note about CTDs when this condition function is evaluated for TalkingActivators.) |
||
Line 6: | Line 6: | ||
==Return Value== | ==Return Value== | ||
Returns 1 if the actor is sneaking. | Returns 1 if the actor is sneaking. | ||
==Notes== | |||
*This condition may cause a CTD if it is evaluated on [[TalkingActivator]]<nowiki/>s. As a workaround, put other conditions that will filter out any potential TalkingActivators earlier in the conditions list. | |||
==See Also== | ==See Also== | ||
*[[IsRunning]] | *[[IsRunning]] |
Latest revision as of 18:07, 11 February 2023
Checks to see whether the actor is currently sneaking.
Parameters[edit | edit source]
None
Return Value[edit | edit source]
Returns 1 if the actor is sneaking.
Notes[edit | edit source]
- This condition may cause a CTD if it is evaluated on TalkingActivators. As a workaround, put other conditions that will filter out any potential TalkingActivators earlier in the conditions list.