Client only - manage set up crafting on client. Подробнее...
Закрытые члены | |
| void | InventoryActionHandler (PlayerBase player) |
| void | SetAction (ActionBase action, ItemBase target_item, ItemBase main_item) |
| void | SetAction (ActionBase action, ActionTarget target, ItemBase main_item) |
| bool | IsActiveAction () |
| void | OnUpdate () |
| void | DeactiveAction () |
Закрытые данные | |
| ActionBase | m_action |
| ActionTarget | m_target |
| ItemBase | m_mainItem |
| bool | m_useItemInHands |
| PlayerBase | m_player |
| bool | m_isActive |
| vector | m_actionStartPos |
| const float | MIN_DISTANCE_TO_INTERRUPT = 1.0 |
| const int | IAH_SINGLE_USE = 1 |
| const int | IAH_CONTINUOUS = 2 |
Client only - manage set up crafting on client.
См. определение в файле InventoryActionHandler.c строка 2