DayZ
1.24
Loading...
Searching...
No Matches
Pen_ColorBase.c
Go to the documentation of this file.
1
class
Pen_ColorBase
:
Inventory_Base
2
{
3
override
void
SetActions
()
4
{
5
super
.SetActions();
6
7
AddAction
(
ActionWritePaper
);
8
}
9
};
10
class
Pen_Black
:
Pen_ColorBase
{};
11
class
Pen_Red
:
Pen_ColorBase
{};
12
class
Pen_Green
:
Pen_ColorBase
{};
13
class
Pen_Blue
:
Pen_ColorBase
{};
AddAction
void AddAction(typename actionName)
Definition
AdvancedCommunication.c:212
ActionWritePaper
Definition
ActionWritePaper.c:34
Inventory_Base
Definition
BarbedBaseballBat.c:2
Param3
Definition
EntityAI.c:95
Pen_Black
Definition
Pen_ColorBase.c:10
Pen_Blue
Definition
Pen_ColorBase.c:13
Pen_ColorBase
Definition
Pen_ColorBase.c:2
Pen_ColorBase::SetActions
override void SetActions()
Definition
Pen_ColorBase.c:3
Pen_Green
Definition
Pen_ColorBase.c:12
Pen_Red
Definition
Pen_ColorBase.c:11
scripts
4_World
Entities
ItemBase
Gear
Tools
Pen_ColorBase.c
Generated by
1.10.0