![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Classes | |
| 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. | |
| EEditableEntityType | m_EntityTypeInternal |
| ref SCR_UIInfo | m_UIInfoInternal |
|
protected |
Definition at line 68 of file SCR_EditablePreviewComponent.c.
|
protected |
Definition at line 74 of file SCR_EditablePreviewComponent.c.
Definition at line 53 of file SCR_EditablePreviewComponent.c.
|
protected |
Initialise the entity from another entity (copy its visualization).
| [in] | from | Original entity |
Definition at line 18 of file SCR_EditablePreviewComponent.c.
|
protected |
Initialise the entity from entity source.
| [in] | from | Entity source |
Definition at line 33 of file SCR_EditablePreviewComponent.c.
Definition at line 62 of file SCR_EditablePreviewComponent.c.
|
protected |
Definition at line 12 of file SCR_EditablePreviewComponent.c.
|
protected |
Definition at line 13 of file SCR_EditablePreviewComponent.c.