Gets called when an
Actor performs a punch.
Code cpp:
VAULTSCRIPT VAULTSPACE Void OnActorPunch(VAULTSPACE ID, VAULTSPACE State) VAULTCPP(noexcept);
Code c:
forward OnActorPunch(ID, Bool:power);
ID - the ID of the
Actor
State - whether it is a power punch
None.