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

Private Member Functions

void WoodenCrate ()
 
override int GetDamageSystemVersionChange ()
 
override void SetActions ()
 

Detailed Description

Definition at line 17 of file camping.c.

Constructor & Destructor Documentation

◆ WoodenCrate()

void WoodenCrate::WoodenCrate ( )
inlineprivate

Definition at line 19 of file camping.c.

20 {
21 m_HalfExtents = Vector(0.15, 0.25, 0.4);
22 }
Container_Base m_HalfExtents
proto native vector Vector(float x, float y, float z)
Vector constructor from components.

References m_HalfExtents, and Vector().

Member Function Documentation

◆ GetDamageSystemVersionChange()

override int WoodenCrate::GetDamageSystemVersionChange ( )
inlineprivate

Definition at line 24 of file camping.c.

25 {
26 return 110;
27 }

◆ SetActions()

override void WoodenCrate::SetActions ( )
inlineprivate

Definition at line 29 of file camping.c.

30 {
32 super.SetActions();
33 }
void AddAction(typename actionName)

References AddAction().


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