|
DayZ 1.24
|
Go to the source code of this file.
Classes | |
| class | PlaceObjectActionData |
| class | ActionDeployBase |
Functions | |
| PlaceObjectActionData ActionData | CreateActionComponent () |
| void | DropDuringPlacing () |
| DEPRECATED. | |
Variables | |
| vector | m_Position |
| vector | m_Orientation |
| bool | m_AlreadyPlaced |
| PlaceObjectActionData ActionData CreateActionComponent | ( | ) |
Definition at line 1 of file ActionDeployBase.c.
| void DropDuringPlacing | ( | ) |
DEPRECATED.
Referenced by OnStartAnimationLoop().
| bool m_AlreadyPlaced |
Definition at line 13 of file ActionDeployBase.c.
| vector m_Orientation |
Definition at line 12 of file ActionDeployBase.c.
| vector m_Position |
Definition at line 11 of file ActionDeployBase.c.