Структуры данных | |
| class | ActionPushCarData |
| class | ActionPushCarCB |
| class | ActionPushCarDataReceiveData |
Функции | |
| ActionPushCarData ActionPushObjectData | GetProgressWidgetMultiplier () |
| ActionPushCarCB ActionPushObjectCB | ActionPushCar () |
| override void | CreateActionComponent () |
| 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) |
| CarScript | GetCar (ActionTarget target) |
| DEPRECATED. | |
Переменные | |
| int | m_PushDirection = -1 |
| float | m_HorizontalDirectionRandom = 1.0 |
| float | m_VerticalDirectionRandom = 1.0 |
| CarScript | m_Car |
| float | PUSH_FORCE_IMPULSE_INCREMENT = 200.0 |
| ActionPushCarData | m_ActionDataPushCar |