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

Private Member Functions

override void SetActions ()
 
void OnUse ()
 

Detailed Description

Definition at line 1 of file PunchedCard.c.

Member Function Documentation

◆ OnUse()

void PunchedCard::OnUse ( )
inlineprivate

Definition at line 10 of file PunchedCard.c.

11 {
12 AddHealthLevel(1);
13 }

Referenced by ActionUseUndergroundPanel::OnStartServer().

◆ SetActions()

override void PunchedCard::SetActions ( )
inlineprivate

Definition at line 3 of file PunchedCard.c.

4 {
5 super.SetActions();
6
8 }
void AddAction(typename actionName)

References AddAction().


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