Защищенные члены | |
| void | KeybindingsContainer (int index, Input input, Widget parent, KeybindingsMenu menu) |
| string | GetLayoutName () |
| void | OnSelectKBPreset (int index) |
| void | ReloadElements () |
| void | AddSubgroup (int sort_index, Widget parent, Input input) |
| void | CreateSubgroups (Widget parent, Input input) |
| void | AddElement (int index, Widget parent, Input input) |
| bool | IsEnteringKeyBind () |
| void | ClearKeybind (int key_index) |
| void | ClearAlternativeKeybind (int key_index) |
| void | StartEnteringKeybind (int key_index) |
| void | CancelEnteringKeybind () |
| void | StartEnteringAlternateKeybind (int key_index) |
| void | CancelEnteringAlternateKeybind () |
| bool | IsChanged () |
| is anything changed? | |
| void | Apply () |
| void | Reset (bool forced=false) |
| void | Update (float timeslice) |
| void | SwitchSubgroup (int index) |
Защищенные данные | |
| const int | NO_SORTING |
| Widget | m_Root |
| KeybindingsMenu | m_Menu |
| ScrollWidget | m_Scroll |
| ref map< int, ref ElementArray > | m_KeyWidgetElements |
| int | m_CurrentSettingKeyIndex |
| int | m_CurrentSettingAlternateKeyIndex |
| ref array< Widget > | m_Subgroups |
Закрытые члены | |
| proto native int | Count () |
| proto native void | Clear () |
| proto void | Set (int n, T value) |
| proto int | Find (T value) |
| proto T | Get (int n) |
| proto int | Insert (T value) |
| proto int | InsertAt (T value, int index) |
| void | InsertAll (notnull array< T > from) |
| Inserts all elements from array. | |
| proto native void | Remove (int index) |
| proto native void | RemoveOrdered (int index) |
| proto native void | Resize (int newSize) |
| proto native void | Reserve (int newSize) |
| proto native void | Swap (notnull array< T > other) |
| proto native void | Sort (bool reverse=false) |
| proto int | Copy (notnull array< T > from) |
| proto int | Init (T init[]) |
| void | RemoveItem (T value) |
| void | RemoveItemUnOrdered (T value) |
| bool | IsValidIndex (int index) |
| void | Debug () |
| Print all elements in array. | |
| int | GetRandomIndex () |
| Returns a random index of array. If Count is 0, return index is -1 . | |
| T | GetRandomElement () |
| Returns a random element of array. | |
| void | SwapItems (int item1_index, int item2_index) |
| void | InsertArray (array< T > other) |
| void | Invert () |
| int | MoveIndex (int curr_index, int move_number) |
| Returns a index in array moved by specific number. | |
| void | ShuffleArray () |
| int | DifferentAtPosition (array< T > pOtherArray) |
| Returns an index where 2 arrays start to differ from each other. | |
| void | ParticleProperties (vector localPos, int flags, Object parent=null, vector localOri=vector.Zero, Class owner=null) |
| Constructor (ctor) | |
| void | ~ParticleProperties () |
| dtor | |
| void | TFCaller (Class instance, string test, TFResult result) |
| TFResult | Run (float dt) |
| string | GetTest () |
| string | GetTestEx () |
Data access | |
Methods to retrieve the data in script | |
| proto Object | GetParent () |
| proto Class | GetOwner () |
| proto vector | GetLocalPos () |
| proto vector | GetLocalOri () |
| proto int | GetPPFlags () |
| proto bool | IsPlayOnCreation () |
| proto bool | IsForceWorldRotation () |
| proto bool | IsKeepParentOnEnd () |
Закрытые данные | |
| Object | obj |
| Object inside of box. | |
| Object | parent |
| Parent of proxy object. | |
| int | hierLevel |
| How deep in the proxy hierarchy are we. | |
| int | geomLevel |
| What geometry was the object found in (will either be primaryType or secondaryType) | |
| ref ComponentInfoArray | componentInfo |
| Either the first component found or all of them depending on "fullComponentInfo". | |
| ref ProxyInfoArray | proxyInfo |
| Either the first proxy found or all of them depending on "fullComponentInfo". | |
| Class | m_Instance |
| string | m_Test |
| ref TFResult | m_Result |
См. определение в файле EnScript.c строка 374