Dayz Explorer
1.29.162510
Loading...
Searching...
No Matches
longtorch.c
Go to the documentation of this file.
1
class
LongTorch : Torch
2
{
3
void
LongTorch()
4
{
5
m_DecraftResult =
"LongWoodenStick"
;
6
m_ParticleLocalPos =
Vector
(0, 0.83, 0);
7
}
8
9
override
void
SetActions
()
10
{
11
super.SetActions();
12
13
AddAction
(
ActionClapBearTrapWithThisItem
);
14
}
15
};
AddAction
void AddAction(typename actionName)
Definition
advancedcommunication.c:220
SetActions
void SetActions()
Definition
advancedcommunication.c:213
ActionClapBearTrapWithThisItem
Definition
actionclapbeartrapwiththisitem.c:2
Vector
proto native vector Vector(float x, float y, float z)
Vector constructor from components.
Daten
4_world
entities
itembase
longtorch.c
Generated by
1.16.1