Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
class | PlaceObjectActionData |
class | ActionDeployBase |
Functions | |
PlaceObjectActionData ActionData | CreateActionComponent () |
void | DropDuringPlacing () |
DEPRECATED. More... | |
Variables | |
vector | m_Position |
vector | m_Orientation |
bool | m_AlreadyPlaced |
PlaceObjectActionData ActionData CreateActionComponent | ( | ) |
Definition at line 10 of file actiondeploybase.c.
void DropDuringPlacing | ( | ) |
DEPRECATED.
bool m_AlreadyPlaced |
Definition at line 4 of file actiondeploybase.c.
vector m_Orientation |
Definition at line 3 of file actiondeploybase.c.
vector m_Position |
Definition at line 2 of file actiondeploybase.c.