DayZ
1.24
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:212
ActionClapBearTrapWithThisItem
Definition
ActionClapBearTrapWithThisItem.c:2
LongTorch
Definition
LongTorch.c:2
LongTorch::SetActions
override void SetActions()
Definition
LongTorch.c:9
LongTorch::LongTorch
void LongTorch()
Definition
LongTorch.c:3
Param3
Definition
EntityAI.c:95
Vector
proto native vector Vector(float x, float y, float z)
Vector constructor from components.
scripts
4_World
Entities
ItemBase
LongTorch.c
Generated by
1.10.0