DayZ 1.24
Loading...
Searching...
No Matches
ActionActivateTrapCB Class Reference
Inheritance diagram for ActionActivateTrapCB:
[legend]
Collaboration diagram for ActionActivateTrapCB:
[legend]

Private Member Functions

override void CreateActionComponent ()
 
override void InitActionComponent ()
 

Detailed Description

Definition at line 1 of file ActionActivateTrap.c.

Member Function Documentation

◆ CreateActionComponent()

override void ActionActivateTrapCB::CreateActionComponent ( )
inlineprivate

◆ InitActionComponent()

override void ActionActivateTrapCB::InitActionComponent ( )
inlineprivate

Definition at line 8 of file ActionActivateTrap.c.

9 {
10 super.InitActionComponent();
11
12 RegisterAnimationEvent("CraftingAction", UA_IN_CRAFTING);
13 }
class DayZCreatureAnimInterface RegisterAnimationEvent(string event_name, string function_name)
const int UA_IN_CRAFTING
Definition constants.c:453

References RegisterAnimationEvent(), and UA_IN_CRAFTING.


The documentation for this class was generated from the following file: