Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
actiondeploybase.c File Reference

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
 

Function Documentation

◆ CreateActionComponent()

PlaceObjectActionData ActionData CreateActionComponent ( )

Definition at line 10 of file actiondeploybase.c.

◆ DropDuringPlacing()

void DropDuringPlacing ( )

DEPRECATED.

Variable Documentation

◆ m_AlreadyPlaced

bool m_AlreadyPlaced

Definition at line 4 of file actiondeploybase.c.

◆ m_Orientation

vector m_Orientation

Definition at line 3 of file actiondeploybase.c.

◆ m_Position

vector m_Position

Definition at line 2 of file actiondeploybase.c.