Dayz Explorer
1.28.160049
Loading...
Searching...
No Matches
punchedcard.c
Go to the documentation of this file.
1
class
PunchedCard
: Paper
2
{
3
override
void
SetActions()
4
{
5
super.SetActions();
6
7
AddAction
(
ActionUseUndergroundPanel
);
8
}
9
10
void
OnUse()
11
{
12
AddHealthLevel(1);
13
}
14
}
AddAction
void AddAction(typename actionName)
Definition
advancedcommunication.c:220
ActionUseUndergroundPanel
Definition
actionuseundergroundpanel.c:2
PunchedCard
Definition
punchedcard.c:2
Daten
4_world
entities
itembase
punchedcard.c
Generated by
1.12.0