![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Attributes | |
| const int | ASYNC_ENTITY_BATCH_SIZE = 1000 |
| int | m_iAsyncIndex |
| ref set< SCR_EditableEntityComponent > | m_AsyncEntities |
Manager of editable entities in the editor.
Editable entities are locally managed by SCR_EditableEntityCore, this component manages containers (SCR_BaseEditableEntityFilter) which are responsible for tracking entities of specific state.
Definition at line 13 of file SCR_EntitiesManagerEditorComponent.c.
|
inlineprotected |
Definition at line 185 of file SCR_EntitiesManagerEditorComponent.c.
|
inlineprotected |
Definition at line 198 of file SCR_EntitiesManagerEditorComponent.c.
|
inlineprotected |
Definition at line 215 of file SCR_EntitiesManagerEditorComponent.c.
|
inlineprotected |
Definition at line 225 of file SCR_EntitiesManagerEditorComponent.c.
|
inlineprotected |
Definition at line 148 of file SCR_EntitiesManagerEditorComponent.c.
|
inlineprotected |
Definition at line 270 of file SCR_EntitiesManagerEditorComponent.c.
|
inlineprotected |
Definition at line 176 of file SCR_EntitiesManagerEditorComponent.c.
|
inlineprotected |
Get entities of given state.
| state | Entity state | |
| [out] | entities | Array to be filled with entities |
Definition at line 53 of file SCR_EntitiesManagerEditorComponent.c.
|
inlineprotected |
Get filter managing given state.
| state | Entity EUnitState |
| showError | True to log a warning message when the filter was not found |
Definition at line 34 of file SCR_EntitiesManagerEditorComponent.c.
|
inlineprotected |
Definition at line 91 of file SCR_EntitiesManagerEditorComponent.c.
|
inlineprotected |
Definition at line 101 of file SCR_EntitiesManagerEditorComponent.c.
|
inlineprotected |
Definition at line 110 of file SCR_EntitiesManagerEditorComponent.c.
|
inlineprotected |
Definition at line 69 of file SCR_EntitiesManagerEditorComponent.c.
|
inlineprotected |
Set parent of the entity.
| entity | Affected IEntity |
| parentEntity | New parent. When null, the entity will be moved to the root. |
Definition at line 137 of file SCR_EntitiesManagerEditorComponent.c.
|
inlineprotected |
Definition at line 126 of file SCR_EntitiesManagerEditorComponent.c.
|
protected |
Definition at line 15 of file SCR_EntitiesManagerEditorComponent.c.
|
protected |
Definition at line 27 of file SCR_EntitiesManagerEditorComponent.c.
|
protected |
Definition at line 26 of file SCR_EntitiesManagerEditorComponent.c.