Защищенные члены | |
| void | CTActor (int index, vector pos, vector orient, string type, array< string > items, string hands_item, CameraToolsMenu parent) |
| void | ~CTActor () |
| string | GetActorType () |
| void | AddItem (string item) |
| void | SetItems (array< string > items) |
| array< string > | GetItems () |
| void | SetHandsItem (string item) |
| string | GetHandsItem () |
| void | Reset () |
Защищенные данные | |
| int | m_Index |
| Widget | m_Root |
| TextWidget | m_IndexWidget |
| string | m_HandsItem |
| ref array< string > | m_Items |
| EntityAI | m_HandsItemObj |