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

Private Member Functions

void SeaChest ()
 
override int GetDamageSystemVersionChange ()
 

Detailed Description

Definition at line 5 of file camping.c.

Constructor & Destructor Documentation

◆ SeaChest()

void SeaChest::SeaChest ( )
inlineprivate

Definition at line 7 of file camping.c.

8 {
9 m_HalfExtents = Vector(0.2, 0.5, 0.4);
10 }
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 SeaChest::GetDamageSystemVersionChange ( )
inlineprivate

Definition at line 12 of file camping.c.

13 {
14 return 110;
15 }

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