Dayz
Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Toggle main menu visibility
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
PunchedCard::OnUse
void OnUse()
Definition
punchedcard.c:10
PunchedCard::SetActions
override void SetActions()
Definition
punchedcard.c:3
Games
Dayz
scripts
4_world
entities
itembase
punchedcard.c
Generated by
1.17.0