DayZ 1.24
Loading...
Searching...
No Matches
LongTorch Class Reference
Inheritance diagram for LongTorch:
[legend]
Collaboration diagram for LongTorch:
[legend]

Private Member Functions

void LongTorch ()
 
override void SetActions ()
 

Detailed Description

Definition at line 1 of file LongTorch.c.

Constructor & Destructor Documentation

◆ LongTorch()

void LongTorch::LongTorch ( )
inlineprivate

Definition at line 3 of file LongTorch.c.

4 {
5 m_DecraftResult = "LongWoodenStick";
6 m_ParticleLocalPos = Vector(0, 0.83, 0);
7 }
proto native vector Vector(float x, float y, float z)
Vector constructor from components.

References Vector().

Member Function Documentation

◆ SetActions()

override void LongTorch::SetActions ( )
inlineprivate

Definition at line 9 of file LongTorch.c.

10 {
11 super.SetActions();
12
14 }
void AddAction(typename actionName)

References AddAction().


The documentation for this class was generated from the following file: