This site has been archived and made available for preservation purposes. No edits can be made.

OnActorSneak

Gets called when an Actor's sneaking state has changed.

[top]Declaration

Code cpp:
VAULTSCRIPT VAULTSPACE Void OnActorSneak(VAULTSPACE ID, VAULTSPACE State) VAULTCPP(noexcept);
Code c:
forward OnActorSneak(ID, Bool:sneaking);

[top]Parameters

ID - the ID of the Actor
State - the sneaking state (True - the Actor is sneaking, False - the Actor is no longer sneaking)

[top]Return value

None.

[top]Related pages