Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
punchedcard.c
Go to the documentation of this file.
1 class PunchedCard : Paper
2 {
3  override void SetActions()
4  {
5  super.SetActions();
6 
8  }
9 
10  void OnUse()
11  {
12  AddHealthLevel(1);
13  }
14 }
ActionUseUndergroundPanel
Definition: actionuseundergroundpanel.c:1
PunchedCard
Definition: punchedcard.c:1
AddAction
void AddAction(typename actionName)
Definition: advancedcommunication.c:86