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

OnActorSneak

This is an old revision of this page, as edited 04-26-2012, 09:43 PM by foxtacles (contribs). It may differ significantly from the current revision.
Gets called when an Actor's sneaking state has changed.

[top]Declaration

Code cpp:
VAULTSCRIPT vaultmp::Void OnActorSneak(vaultmp::ID, vaultmp::State);
forward OnActorSneak(ID, Bool:sneaking);

[top]Parameters

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

[top]Return value

None.

[top]Related pages