![]() |
Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Data Structures | |
| class | SCR_EditableDescriptorComponentClass |
Typedefs | |
| typedef func | ScriptInvoker_EditableDescriptorLocationChangeMethod |
| typedef ScriptInvokerBase< ScriptInvoker_EditableDescriptorLocationChangeMethod > | ScriptInvoker_EditableDescriptorLocationChange |
Functions | |
| void | ScriptInvoker_EditableDescriptorLocationChangeMethod (SCR_EditableCommentComponent location) |
| SCR_EditableDescriptorComponentClass SCR_EditableSystemComponentClass | Attribute ("300", UIWidgets.Slider, "Detect locations within this radius.", params:"0 10000 1")] protected float m_fMaxLocationSize |
| Editable entity which can contain location description. More... | |
| ScriptInvoker_EditableDescriptorLocationChange | GetOnChange () |
| bool | UpdateNearestLocation (vector pos=vector.Zero) |
| protected void | UpdateNearestLocationBroadcast (EntityID nearestLocationID) |
| protected void | GetOnLocationChange (SCR_EditableEntityComponent nearestLocation) |
| protected void | UpdateInfo (SCR_UIDescription from=null) |
| override bool | RplSave (ScriptBitWriter writer) |
| override bool | RplLoad (ScriptBitReader reader) |
| void | SCR_EditableDescriptorComponent (IEntityComponentSource src, IEntity ent, IEntity parent) |
Variables | |
| protected LocalizedString | m_sLocationName |
| protected EntityID | m_NearestLocationID |
| protected SCR_EditableEntityComponent | m_NearestLocation |
| protected ref SCR_EditableDescriptorUIInfo | m_UIInfoDescriptor |
| protected ref ScriptInvoker_EditableDescriptorLocationChange | m_OnChange |
| typedef ScriptInvokerBase<ScriptInvoker_EditableDescriptorLocationChangeMethod> ScriptInvoker_EditableDescriptorLocationChange |
Definition at line 3 of file SCR_EditableDescriptorComponent.c.
Definition at line 2 of file SCR_EditableDescriptorComponent.c.
| ScriptInvoker_EditableDescriptorLocationChange GetOnChange | ( | ) |
Definition at line 26 of file SCR_EditableDescriptorComponent.c.
| protected void GetOnLocationChange | ( | SCR_EditableEntityComponent | nearestLocation | ) |
Definition at line 24 of file SCR_EditableSpawnPointComponent.c.
| override bool RplLoad | ( | ScriptBitReader | reader | ) |
Definition at line 120 of file SCR_EditableDescriptorComponent.c.
| override bool RplSave | ( | ScriptBitWriter | writer | ) |
Definition at line 109 of file SCR_EditableDescriptorComponent.c.
| void SCR_EditableDescriptorComponent | ( | IEntityComponentSource | src, |
| IEntity | ent, | ||
| IEntity | parent | ||
| ) |
| [in] | src | |
| [in] | ent | |
| [in] | parent |
Definition at line 137 of file SCR_EditableDescriptorComponent.c.
| void ScriptInvoker_EditableDescriptorLocationChangeMethod | ( | SCR_EditableCommentComponent | location | ) |
| protected void UpdateInfo | ( | SCR_UIDescription | from = null | ) |
Definition at line 87 of file SCR_EditableDescriptorComponent.c.
| bool UpdateNearestLocation | ( | vector | pos = vector.Zero | ) |
Update location name.
| pos | Position from which the nearest location will be searched for. |
Definition at line 38 of file SCR_EditableDescriptorComponent.c.
| protected void UpdateNearestLocationBroadcast | ( | EntityID | nearestLocationID | ) |
Definition at line 71 of file SCR_EditableDescriptorComponent.c.
| protected SCR_EditableEntityComponent m_NearestLocation |
Definition at line 20 of file SCR_EditableDescriptorComponent.c.
| protected EntityID m_NearestLocationID |
Definition at line 19 of file SCR_EditableDescriptorComponent.c.
| protected ref ScriptInvoker_EditableDescriptorLocationChange m_OnChange |
Definition at line 22 of file SCR_EditableDescriptorComponent.c.
| protected LocalizedString m_sLocationName |
Definition at line 18 of file SCR_EditableDescriptorComponent.c.
| protected ref SCR_EditableDescriptorUIInfo m_UIInfoDescriptor |
Definition at line 21 of file SCR_EditableDescriptorComponent.c.