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

OnActorAlert

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

[top]Declaration

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

[top]Parameters

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

[top]Return value

None.

[top]Related pages