Difference between revisions of "IsSneaking"
Jump to navigation
Jump to search
imported>Scornett |
(Added the note about CTDs when this condition function is evaluated for TalkingActivators.) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
Returns 1 if the actor is | Checks to see whether the actor is currently sneaking. | ||
==Parameters== | |||
None | |||
==Return Value== | |||
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== | |||
*[[IsRunning]] | |||
*[[IsSprinting]] | |||
==Papyrus Version== | |||
*[[IsSneaking - Actor]] | |||
[[Category:Condition Functions]] | [[Category:Condition Functions]] |
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.