![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Protected Member Functions | |
| void | AddElement (int index, Widget parent, Input input) |
| void | AddSubgroup (int sort_index, Widget parent, Input input) |
| void | Apply () |
| void | CancelEnteringAlternateKeybind () |
| void | CancelEnteringKeybind () |
| void | ClearAlternativeKeybind (int key_index) |
| void | ClearKeybind (int key_index) |
| void | CreateSubgroups (Widget parent, Input input) |
| string | GetLayoutName () |
| bool | IsChanged () |
| is anything changed? | |
| bool | IsEnteringKeyBind () |
| void | KeybindingsContainer (int index, Input input, Widget parent, KeybindingsMenu menu) |
| void | OnSelectKBPreset (int index) |
| void | ReloadElements () |
| void | Reset (bool forced=false) |
| void | StartEnteringAlternateKeybind (int key_index) |
| void | StartEnteringKeybind (int key_index) |
| void | SwitchSubgroup (int index) |
| void | Update (float timeslice) |
Protected Attributes | |
| int | m_CurrentSettingAlternateKeyIndex |
| int | m_CurrentSettingKeyIndex |
| ref map< int, ref ElementArray > | m_KeyWidgetElements |
| KeybindingsMenu | m_Menu |
| Widget | m_Root |
| ScrollWidget | m_Scroll |
| ref array< Widget > | m_Subgroups |
| const int | NO_SORTING |
Private Member Functions | |
| void | ~ParticleProperties () |
| dtor | |
| string | GetTest () |
| string | GetTestEx () |
| bool | IsSameAs (TSelectableActionInfoArray other) |
| void | ParticleProperties (vector localPos, int flags, Object parent=null, vector localOri=vector.Zero, Class owner=null) |
| Constructor (ctor). | |
| TFResult | Run (float dt) |
| void | TFCaller (Class instance, string test, TFResult result) |
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 () |
Private Attributes | |
| ref ComponentInfoArray | componentInfo |
| Either the first component found or all of them depending on "fullComponentInfo". | |
| int | geomLevel |
| What geometry was the object found in (will either be primaryType or secondaryType). | |
| int | hierLevel |
| How deep in the proxy hierarchy are we. | |
| Class | m_Instance |
| ref TFResult | m_Result |
| string | m_Test |
| Object | obj |
| Object inside of box. | |
| Object | parent |
| Parent of proxy object. | |
| ref ProxyInfoArray | proxyInfo |
| Either the first proxy found or all of them depending on "fullComponentInfo". | |
Definition at line 1 of file actionmanagerbase.c.
|
inlineprivate |
dtor
Definition at line 83 of file particlesource.c.
Definition at line 100 of file keybindingscontainer.c.
Definition at line 55 of file keybindingscontainer.c.
|
inlineprotected |
Definition at line 182 of file keybindingscontainer.c.
|
inlineprotected |
Definition at line 154 of file keybindingscontainer.c.
|
inlineprotected |
Definition at line 135 of file keybindingscontainer.c.
|
inlineprotected |
Definition at line 123 of file keybindingscontainer.c.
|
inlineprotected |
Definition at line 118 of file keybindingscontainer.c.
Definition at line 80 of file keybindingscontainer.c.
|
inlineprotected |
Definition at line 31 of file keybindingscontainer.c.
|
private |
|
private |
|
private |
|
private |
|
private |
|
inlineprivate |
Definition at line 70 of file testframework.c.
|
inlineprivate |
Definition at line 75 of file testframework.c.
|
inlineprotected |
is anything changed?
Definition at line 167 of file keybindingscontainer.c.
|
inlineprotected |
Definition at line 113 of file keybindingscontainer.c.
|
private |
|
private |
|
private |
|
inlineprivate |
Definition at line 3 of file actionmanagerbase.c.
|
inlineprotected |
Definition at line 15 of file keybindingscontainer.c.
|
inlineprotected |
Definition at line 36 of file keybindingscontainer.c.
|
inlineprivate |
Constructor (ctor).
| localPos | vector Local position of particle, if no parent this is world position |
| flags | int See ParticlePropertiesFlags |
| parent | Object The parent that the ParticleSource will be added to as a child |
| localOri | vector Local orientation of particle, if no parent this is world orientation |
| owner | Class The owning instance for this particle, as long as it exists, this particle will not be reused (unless flagged) Important when for example virtual is enabled since if the particle owner has been deleted, the virtual should not be converted Only fill in owner if necessary, for example when the owner is reusing the same particle after storing it |
Definition at line 78 of file particlesource.c.
|
inlineprotected |
Definition at line 44 of file keybindingscontainer.c.
|
inlineprotected |
Definition at line 236 of file keybindingscontainer.c.
Definition at line 58 of file testframework.c.
|
inlineprotected |
Definition at line 147 of file keybindingscontainer.c.
|
inlineprotected |
Definition at line 128 of file keybindingscontainer.c.
|
inlineprotected |
Definition at line 295 of file keybindingscontainer.c.
Definition at line 51 of file testframework.c.
|
inlineprotected |
Definition at line 250 of file keybindingscontainer.c.
|
private |
Either the first component found or all of them depending on "fullComponentInfo".
Definition at line 35 of file isboxcollidinggeometryproxyclasses.c.
|
private |
What geometry was the object found in (will either be primaryType or secondaryType).
Definition at line 33 of file isboxcollidinggeometryproxyclasses.c.
|
private |
How deep in the proxy hierarchy are we.
Definition at line 32 of file isboxcollidinggeometryproxyclasses.c.
|
protected |
Definition at line 11 of file keybindingscontainer.c.
|
protected |
Definition at line 10 of file keybindingscontainer.c.
|
private |
Definition at line 47 of file testframework.c.
Definition at line 9 of file keybindingscontainer.c.
|
protected |
Definition at line 6 of file keybindingscontainer.c.
|
private |
Definition at line 49 of file testframework.c.
|
protected |
Definition at line 5 of file keybindingscontainer.c.
|
protected |
Definition at line 7 of file keybindingscontainer.c.
Definition at line 13 of file keybindingscontainer.c.
|
private |
Definition at line 48 of file testframework.c.
|
protected |
Definition at line 4 of file keybindingscontainer.c.
|
private |
Object inside of box.
Definition at line 29 of file isboxcollidinggeometryproxyclasses.c.
|
private |
Parent of proxy object.
Definition at line 30 of file isboxcollidinggeometryproxyclasses.c.
|
private |
Either the first proxy found or all of them depending on "fullComponentInfo".
Definition at line 36 of file isboxcollidinggeometryproxyclasses.c.