![]() |
Dayz Explorer 1.28.160049
|
Go to the source code of this file.
Classes | |
| class | ActionPushCarData |
| class | ActionPushCarCB |
Functions | |
| ActionPushCarData ActionPushObjectData | GetProgressWidgetMultiplier () |
| ActionPushCarCB ActionPushObjectCB | ActionPushCar () |
| void | ApplyForce (ActionPushObjectData actionData) |
| override bool | ActionCondition (PlayerBase player, ActionTarget target, ItemBase item) |
| override ActionData | CreateActionData () |
| override void | OnStartServer (ActionData action_data) |
| override void | OnEndServer (ActionData action_data) |
| float | GetDirectionDot (Object target, EntityAI player) |
Variables | |
| int | m_PushDirection = -1 |
| float | m_HorizontalDirectionRandom = 1.0 |
| float | m_VerticalDirectionRandom = 1.0 |
| CarScript | m_Car |
| float | PUSH_FORCE_IMPULSE_INCREMENT = 200.0 |
| override bool ActionCondition | ( | PlayerBase | player, |
| ActionTarget | target, | ||
| ItemBase | item ) |
Definition at line 68 of file actionpushcar.c.
| ActionPushCarCB ActionPushObjectCB ActionPushCar | ( | ) |
Definition at line 1 of file actionpushcar.c.
|
protected |
Definition at line 68 of file actionpushcar.c.
| override ActionData CreateActionData | ( | ) |
Definition at line 79 of file actionpushcar.c.
Definition at line 114 of file actionpushcar.c.
| ActionPushCarData ActionPushObjectData GetProgressWidgetMultiplier | ( | ) |
Definition at line 1 of file actionpushcar.c.
| override void OnEndServer | ( | ActionData | action_data | ) |
Definition at line 104 of file actionpushcar.c.
| override void OnStartServer | ( | ActionData | action_data | ) |
Definition at line 85 of file actionpushcar.c.
| CarScript m_Car |
Definition at line 19 of file actionpushcar.c.
| float m_HorizontalDirectionRandom = 1.0 |
Definition at line 15 of file actionpushcar.c.
| int m_PushDirection = -1 |
Definition at line 14 of file actionpushcar.c.
| float m_VerticalDirectionRandom = 1.0 |
Definition at line 16 of file actionpushcar.c.
|
protected |
Definition at line 59 of file actionpushcar.c.