DayZ 1.24
|
Result for an object found in CGame.IsBoxCollidingGeometryProxy. More...
Protected Member Functions | |
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) |
Protected Attributes | |
const int | NO_SORTING = -1 |
Widget | m_Root |
KeybindingsMenu | m_Menu |
ScrollWidget | m_Scroll |
ref map< int, ref ElementArray > | m_KeyWidgetElements |
int | m_CurrentSettingKeyIndex = -1 |
int | m_CurrentSettingAlternateKeyIndex = -1 |
ref array< Widget > | m_Subgroups |
Private Member Functions | |
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 () |
Private Attributes | |
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 |
Result for an object found in CGame.IsBoxCollidingGeometryProxy.
Properties while creating a ParticleSource.
Definition at line 27 of file IsBoxCollidingGeometryProxyClasses.c.
|
inlineprivate |
Definition at line 88 of file KeybindingsContainer.c.
References ScriptedWidgetEventHandler::KeybindingElementNew().
Definition at line 53 of file KeybindingsContainer.c.
References ScriptedWidgetEventHandler::AddElement(), GetGame(), InputUtils::GetInputActionSortingMap(), and InputUtils::GetUnsortedInputActions().
|
inlineprotected |
Definition at line 164 of file KeybindingsContainer.c.
References GetUApi().
|
inlineprotected |
Definition at line 140 of file KeybindingsContainer.c.
|
inlineprotected |
Definition at line 123 of file KeybindingsContainer.c.
Definition at line 106 of file KeybindingsContainer.c.
References m_Menu.
Definition at line 72 of file KeybindingsContainer.c.
References ScriptedWidgetEventHandler::AddSubgroup(), InputUtils::GetInputActionSortingMap(), and InputUtils::GetUnsortedInputActions().
|
inlineprotected |
Definition at line 31 of file KeybindingsContainer.c.
|
inlineprivate |
Definition at line 70 of file TestFramework.c.
|
inlineprivate |
Definition at line 75 of file TestFramework.c.
References string::Format(), and m_Instance.
|
inlineprotected |
is anything changed?
Definition at line 151 of file KeybindingsContainer.c.
|
inlineprotected |
Definition at line 101 of file KeybindingsContainer.c.
|
inlineprotected |
Definition at line 15 of file KeybindingsContainer.c.
References GetGame(), ScriptedWidgetEventHandler::GetLayoutName(), m_Menu, and m_Root.
Definition at line 36 of file KeybindingsContainer.c.
References GetUApi().
|
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.
Definition at line 212 of file KeybindingsContainer.c.
Definition at line 58 of file TestFramework.c.
References ErrorEx, GetGame(), and m_Instance.
Definition at line 133 of file KeybindingsContainer.c.
References m_Menu.
Definition at line 116 of file KeybindingsContainer.c.
References m_Menu.
Definition at line 265 of file KeybindingsContainer.c.
Definition at line 51 of file TestFramework.c.
References m_Instance.
Definition at line 224 of file KeybindingsContainer.c.
References GetDayZGame(), GetUApi(), m_Menu, and name.
|
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.
|
protected |
Definition at line 9 of file KeybindingsContainer.c.
|
protected |
Definition at line 6 of file KeybindingsContainer.c.
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.
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.