DayZ
1.24
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:212
ActionUseUndergroundPanel
Definition
ActionUseUndergroundPanel.c:2
Param3
Definition
EntityAI.c:95
PunchedCard
Definition
PunchedCard.c:2
PunchedCard::OnUse
void OnUse()
Definition
PunchedCard.c:10
PunchedCard::SetActions
override void SetActions()
Definition
PunchedCard.c:3
scripts
4_World
Entities
ItemBase
PunchedCard.c
Generated by
1.10.0