Dayz
Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Toggle main menu visibility
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
ActionClapBearTrapWithThisItem
Definition
actionclapbeartrapwiththisitem.c:2
LongTorch::LongTorch
void LongTorch()
Definition
longtorch.c:3
LongTorch::SetActions
override void SetActions()
Definition
longtorch.c:9
Vector
proto native vector Vector(float x, float y, float z)
Vector constructor from components.
Games
Dayz
scripts
4_world
entities
itembase
longtorch.c
Generated by
1.17.0