Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
actionpushobject.c File Reference

Go to the source code of this file.

Classes

class  ActionPushObjectDataReceiveData
 
class  CAContinuousRepeatPushObject
 
class  ActionPushObject
 

Functions

override void CreateActionComponent ()
 
override void ProgressActionComponent ()
 
override void EndActionComponent ()
 
void ApplyForce (ActionPushObjectData actionData)
 

Variables

ActionPushObjectDataReceiveData m_NeedUpdate
 
int m_EndType = 0
 
vector m_Origin = "0 0 0"
 
Object m_Object
 
CAContinuousRepeatPushObject PUSH_FORCE_INCREMENT = 3000.0
 
ActionPushObjectData m_ActionDataPushObject
 

Function Documentation

◆ ApplyForce()

void ApplyForce ( ActionPushObjectData actionData)
protected

Definition at line 96 of file actionpushobject.c.

◆ CreateActionComponent()

override void CreateActionComponent ( )
protected

Definition at line 52 of file actionpushobject.c.

◆ EndActionComponent()

override void EndActionComponent ( )
protected

Definition at line 65 of file actionpushobject.c.

◆ ProgressActionComponent()

override void ProgressActionComponent ( )
protected

Definition at line 57 of file actionpushobject.c.

Variable Documentation

◆ m_ActionDataPushObject

ActionPushObjectData m_ActionDataPushObject
protected

Definition at line 50 of file actionpushobject.c.

◆ m_EndType

int m_EndType = 0

Definition at line 9 of file actionpushobject.c.

◆ m_NeedUpdate

◆ m_Object

Object m_Object

Definition at line 12 of file actionpushobject.c.

◆ m_Origin

vector m_Origin = "0 0 0"

Definition at line 10 of file actionpushobject.c.

◆ PUSH_FORCE_INCREMENT

CAContinuousRepeatPushObject PUSH_FORCE_INCREMENT = 3000.0