IsSneaking

From the CreationKit Wiki
Revision as of 18:07, 11 February 2023 by Megaman2k (talk | contribs) (Added the note about CTDs when this condition function is evaluated for TalkingActivators.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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 TalkingActivators. As a workaround, put other conditions that will filter out any potential TalkingActivators earlier in the conditions list.

See Also

Papyrus Version