Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
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
{};
Pen_ColorBase
Definition:
pen_colorbase.c:1
Pen_Red
Definition:
pen_colorbase.c:11
Pen_Green
Definition:
pen_colorbase.c:12
Pen_Blue
Definition:
pen_colorbase.c:13
AddAction
void AddAction(typename actionName)
Definition:
advancedcommunication.c:86
ActionWritePaper
Definition:
actionwritepaper.c:37
Pen_Black
Definition:
pen_colorbase.c:10
Inventory_Base
Definition:
barbedbaseballbat.c:1
DAYZ
scripts_v1.24.157551
scripts
world
entities
itembase
gear
tools
pen_colorbase.c
Generated by
1.8.17