Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
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 
14  }
15 };
LongTorch
Definition: longtorch.c:1
ActionClapBearTrapWithThisItem
Definition: actionclapbeartrapwiththisitem.c:1
AddAction
void AddAction(typename actionName)
Definition: advancedcommunication.c:86
Vector
proto native vector Vector(float x, float y, float z)
Vector constructor from components.