DayZ 1.26
DayZ Explorer by KGB
|
Result for an object found in CGame.IsBoxCollidingGeometryProxy. Подробнее...
Защищенные члены | |
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 = -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 |
Закрытые члены | |
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 |
Result for an object found in CGame.IsBoxCollidingGeometryProxy.
Properties while creating a ParticleSource.
|
inlineprivate |
dtor
Перекрестные ссылки ScriptedWidgetEventHandler::KeybindingElementNew().
Перекрестные ссылки ScriptedWidgetEventHandler::AddElement(), GetGame(), InputUtils::GetInputActionSortingMap() и InputUtils::GetUnsortedInputActions().
|
inlineprotected |
Перекрестные ссылки GetUApi().
|
inlineprotected |
|
inlineprotected |
Перекрестные ссылки m_Menu.
Перекрестные ссылки ScriptedWidgetEventHandler::AddSubgroup(), InputUtils::GetInputActionSortingMap() и InputUtils::GetUnsortedInputActions().
|
inlineprotected |
|
inlineprivate |
|
inlineprivate |
Перекрестные ссылки string::Format() и m_Instance.
|
inlineprotected |
is anything changed?
|
inlineprotected |
|
inlineprotected |
Перекрестные ссылки GetGame(), ScriptedWidgetEventHandler::GetLayoutName(), m_Menu и m_Root.
Перекрестные ссылки 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 |
Перекрестные ссылки ErrorEx, GetGame(), m_Instance и m_Result.
Перекрестные ссылки m_Menu.
Перекрестные ссылки m_Menu.
Перекрестные ссылки m_Instance и m_Result.
Перекрестные ссылки GetDayZGame(), GetUApi(), m_Menu и name.
|
private |
Either the first component found or all of them depending on "fullComponentInfo".
|
private |
What geometry was the object found in (will either be primaryType or secondaryType)
|
private |
How deep in the proxy hierarchy are we.
|
protected |
|
protected |
|
private |
|
protected |
|
protected |
|
protected |
|
protected |
|
private |
|
private |
Parent of proxy object.
|
private |
Either the first proxy found or all of them depending on "fullComponentInfo".