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_EditablePreviewComponentClass |
Functions | |
void | InitFromEntity (SCR_EditableEntityComponent from) |
void | InitFromSource (IEntityComponentSource from) |
override bool | GetPos (out vector pos) |
override void | UpdateGameHierarchy (IEntity parent, IEntity child, bool toAdd) |
override EEditableEntityType | GetEntityType (IEntity owner=null) |
override SCR_UIInfo | GetInfo (IEntity owner=null) |
Variables | |
SCR_EditablePreviewComponentClass | m_SourceEntity |
Special configuration to show icon of SCR_BasePreviewEntity ghost preview. More... | |
protected EEditableEntityType | m_EntityTypeInternal |
protected ref SCR_UIInfo | m_UIInfoInternal |
override EEditableEntityType GetEntityType | ( | IEntity | owner = null | ) |
Definition at line 68 of file SCR_EditablePreviewComponent.c.
override SCR_UIInfo GetInfo | ( | IEntity | owner = null | ) |
Definition at line 74 of file SCR_EditablePreviewComponent.c.
override bool GetPos | ( | out vector | pos | ) |
Definition at line 53 of file SCR_EditablePreviewComponent.c.
void InitFromEntity | ( | SCR_EditableEntityComponent | from | ) |
Initialise the entity from another entity (copy its visualization).
[in] | from | Original entity |
Definition at line 18 of file SCR_EditablePreviewComponent.c.
void InitFromSource | ( | IEntityComponentSource | from | ) |
Initialise the entity from entity source.
[in] | from | Entity source |
Definition at line 33 of file SCR_EditablePreviewComponent.c.
override void UpdateGameHierarchy | ( | IEntity | parent, |
IEntity | child, | ||
bool | toAdd | ||
) |
Definition at line 62 of file SCR_EditablePreviewComponent.c.
protected EEditableEntityType m_EntityTypeInternal |
Definition at line 12 of file SCR_EditablePreviewComponent.c.
protected ref SCR_UIInfo m_UIInfoInternal |
Definition at line 13 of file SCR_EditablePreviewComponent.c.