![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Protected Member Functions | |
| void | ~CTActor () |
| void | AddItem (string item) |
| void | CTActor (int index, vector pos, vector orient, string type, array< string > items, string hands_item, CameraToolsMenu parent) |
| string | GetActorType () |
| string | GetHandsItem () |
| array< string > | GetItems () |
| void | Reset () |
| void | SetHandsItem (string item) |
| void | SetItems (array< string > items) |
Protected Attributes | |
| string | m_HandsItem |
| EntityAI | m_HandsItemObj |
| int | m_Index |
| TextWidget | m_IndexWidget |
| ref array< string > | m_Items |
| Widget | m_Root |
|
inlineprotected |
|
inlineprotected |
Definition at line 13 of file ctactor.c.
References g_Game, m_Index, m_IndexWidget, m_Menu, m_Orientation, m_Position, SetHandsItem(), and SetItems().
Referenced by ScriptedWidgetEventHandler::OnMouseButtonDown().
|
inlineprotected |
Definition at line 81 of file ctactor.c.
References m_HandsItem.
|
inlineprotected |
Definition at line 86 of file ctactor.c.
References GetItems(), m_HandsItem, SetHandsItem(), and SetItems().
|
inlineprotected |
Definition at line 67 of file ctactor.c.
References HumanInventory::CreateInHands(), g_Game, HumanInventory::LocalDestroyEntity(), m_HandsItem, and m_HandsItemObj.
|
protected |
Definition at line 8 of file ctactor.c.
Referenced by GetHandsItem(), Reset(), and SetHandsItem().
|
protected |
Definition at line 11 of file ctactor.c.
Referenced by SetHandsItem().
|
protected |
Definition at line 9 of file ctactor.c.
Referenced by AddItem(), GetItems(), and SetItems().