DayZ 1.24
Loading...
Searching...
No Matches
LongTorch.c
Go to the documentation of this file.
1class 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
14 }
15};
void AddAction(typename actionName)
override void SetActions()
Definition LongTorch.c:9
void LongTorch()
Definition LongTorch.c:3
proto native vector Vector(float x, float y, float z)
Vector constructor from components.