| Action_EditorToggle(float value, EActionTrigger reason) | SCR_EditorManagerEntity | protected |
| Action_GoToLatestNotification(float value, EActionTrigger reason) | SCR_EditorManagerEntity | protected |
| AddEditorModes(EEditorModeAccess access, EEditorMode modes, bool isInit=false) | SCR_EditorManagerEntity | |
| AddMode(notnull SCR_EditorModeEntity modeEntity, bool isInit) | SCR_EditorManagerEntity | protected |
| AutoInit() | SCR_EditorManagerEntity | |
| CanClose() | SCR_EditorManagerEntity | |
| CanClose(EEditorCanClose accessType) | SCR_EditorManagerEntity | |
| CanCloseInstance() | SCR_EditorManagerEntity | static |
| CanOpen() | SCR_EditorManagerEntity | |
| CanOpen(EEditorCanOpen accessType) | SCR_EditorManagerEntity | |
| CanOpenInstance() | SCR_EditorManagerEntity | static |
| CanToggle() | SCR_EditorManagerEntity | |
| Close(bool showErrorNotification=true) | SCR_EditorManagerEntity | |
| CloseInstance() | SCR_EditorManagerEntity | static |
| CreateEditorMode(EEditorMode mode, bool isInit, ResourceName prefab="") | SCR_EditorManagerEntity | |
| CreateEditorModeOwner(EEditorMode mode, int modeEntityId, bool isInit) | SCR_EditorManagerEntity | protected |
| EnableCameraNwkSimulation(bool enable) | SCR_EditorManagerEntity | |
| EOnFrame(IEntity owner, float timeSlice) | SCR_EditorManagerEntity | |
| EOnInit(IEntity owner) | SCR_EditorManagerEntity | |
| FindEditorComponents(out array< SCR_BaseEditorComponent > outComponents) | SCR_EditorBaseEntity | |
| FindModeEntity(EEditorMode mode) | SCR_EditorManagerEntity | |
| FinishAuthorsRequestOwner() | SCR_EditorManagerEntity | protected |
| GetAllComponents(out array< SCR_BaseEditorComponent > outComponents) | SCR_EditorManagerEntity | protected |
| GetCurrentMode() | SCR_EditorManagerEntity | |
| GetCurrentModeEntity() | SCR_EditorManagerEntity | |
| GetDefaultMode() | SCR_EditorManagerEntity | |
| GetEditorModes() | SCR_EditorManagerEntity | |
| GetEntityAuthor() | SCR_EditorManagerEntity | protected |
| GetEntityAuthorUID() | SCR_EditorManagerEntity | protected |
| GetEnumSum(TypeName enumType) | SCR_EditorManagerEntity | protected |
| GetInstance() | SCR_EditorManagerEntity | static |
| GetManager() | SCR_EditorManagerEntity | |
| GetModeEntities(out notnull array< SCR_EditorModeEntity > modeEntities) | SCR_EditorManagerEntity | |
| GetModes(out notnull array< EEditorMode > modes) | SCR_EditorManagerEntity | |
| GetModes() | SCR_EditorManagerEntity | |
| GetOnActivate() | SCR_EditorManagerEntity | |
| GetOnActivateServer() | SCR_EditorManagerEntity | |
| GetOnAsyncLoad() | SCR_EditorManagerEntity | |
| GetOnCanClose() | SCR_EditorManagerEntity | |
| GetOnCanEndGameChanged() | SCR_EditorManagerEntity | |
| GetOnCanOpen() | SCR_EditorManagerEntity | |
| GetOnClosed() | SCR_EditorManagerEntity | |
| GetOnClosedServer() | SCR_EditorManagerEntity | |
| GetOnClosedServerCallback() | SCR_EditorManagerEntity | |
| GetOnDeactivate() | SCR_EditorManagerEntity | |
| GetOnDeactivateServer() | SCR_EditorManagerEntity | |
| GetOnDebug() | SCR_EditorManagerEntity | |
| GetOnInit() | SCR_EditorManagerEntity | |
| GetOnLimitedChange() | SCR_EditorManagerEntity | |
| GetOnModeAdd() | SCR_EditorManagerEntity | |
| GetOnModeChange() | SCR_EditorManagerEntity | |
| GetOnModeChangeRequest() | SCR_EditorManagerEntity | |
| GetOnModeRemove() | SCR_EditorManagerEntity | |
| GetOnOpened() | SCR_EditorManagerEntity | |
| GetOnOpenedServer() | SCR_EditorManagerEntity | |
| GetOnOpenedServerCallback() | SCR_EditorManagerEntity | |
| GetOnPostActivate() | SCR_EditorManagerEntity | |
| GetOnPreActivate() | SCR_EditorManagerEntity | |
| GetOnRequest() | SCR_EditorManagerEntity | |
| GetPlayerID() | SCR_EditorManagerEntity | |
| HasMode(EEditorMode mode) | SCR_EditorManagerEntity | |
| InitComponent(SCR_BaseEditorComponent component, bool isServer) | SCR_EditorBaseEntity | protected |
| InitComponents(bool isServer) | SCR_EditorBaseEntity | protected |
| InitOwner(int playerID) | SCR_EditorManagerEntity | protected |
| InitServer(int playerID) | SCR_EditorManagerEntity | |
| IsAuthority() | SCR_EditorManagerEntity | protected |
| IsAutoInit() | SCR_EditorManagerEntity | |
| IsInTransition() | SCR_EditorManagerEntity | |
| IsLimited() | SCR_EditorManagerEntity | |
| IsLimitedInstance() | SCR_EditorManagerEntity | static |
| IsModeChangeRequested() | SCR_EditorManagerEntity | |
| IsOpened() | SCR_EditorManagerEntity | |
| IsOpenedInstance(bool includeLimited=true) | SCR_EditorManagerEntity | static |
| IsOwner() | SCR_EditorManagerEntity | |
| m_ModesByAccess | SCR_EditorManagerEntity | protected |
| m_NotificationsComponent | SCR_EditorManagerEntity | protected |
| Open(bool showErrorNotification=true) | SCR_EditorManagerEntity | |
| OpenInstance() | SCR_EditorManagerEntity | static |
| PostInitServer() | SCR_EditorManagerEntity | |
| ProcessAsyncEvent(bool toActivate, out bool instantContinue) | SCR_EditorManagerEntity | protected |
| ProcessDebug() | SCR_EditorManagerEntity | protected |
| ProcessEvent() | SCR_EditorManagerEntity | protected |
| RegisterAuthorOwner(notnull SCR_EditableEntityAuthor author) | SCR_EditorManagerEntity | protected |
| RemoveEditorModes(EEditorModeAccess access, EEditorMode modes) | SCR_EditorManagerEntity | |
| RemoveMode(notnull SCR_EditorModeEntity modeEntity, bool OnDisconnnect) | SCR_EditorManagerEntity | |
| RemoveModeServer(EEditorMode mode) | SCR_EditorManagerEntity | protected |
| RepairEditorModes(bool isInit) | SCR_EditorManagerEntity | |
| RequestAllAuthors() | SCR_EditorManagerEntity | |
| RequestAllAuthorsServer() | SCR_EditorManagerEntity | protected |
| RestorePreviousMode() | SCR_EditorManagerEntity | |
| SCR_EditorManagerEntity(IEntitySource src, IEntity parent) | SCR_EditorManagerEntity | |
| SendNotification(ENotification notificationID, int selfID=0, int targetID=0, vector position=vector.Zero) | SCR_EditorManagerEntity | |
| SetAutoInit(bool isAutoInit=false) | SCR_EditorManagerEntity | |
| SetAutoModes(bool isAutoModes=false) | SCR_EditorManagerEntity | |
| SetCanClose(bool canClose, EEditorCanClose accessType) | SCR_EditorManagerEntity | |
| SetCanCloseDebug(bool canClose, EEditorCanClose accessType=EEditorCanClose.SCRIPT) | SCR_EditorManagerEntity | protected |
| SetCanCloseOwner(EEditorCanClose canClose) | SCR_EditorManagerEntity | protected |
| SetCanOpen(bool canOpen, EEditorCanOpen accessType) | SCR_EditorManagerEntity | |
| SetCanOpenDebug(bool canOpen, EEditorCanOpen accessType=EEditorCanOpen.SCRIPT) | SCR_EditorManagerEntity | protected |
| SetCanOpenOwner(EEditorCanOpen canOpen) | SCR_EditorManagerEntity | protected |
| SetCurrentMode(bool isLimited) | SCR_EditorManagerEntity | |
| SetCurrentMode(EEditorMode mode) | SCR_EditorManagerEntity | |
| SetCurrentModeOwner(EEditorMode mode) | SCR_EditorManagerEntity | protected |
| SetCurrentModeServer(EEditorMode mode) | SCR_EditorManagerEntity | protected |
| SetEditorModes(EEditorModeAccess access, EEditorMode modes, bool isInit=false) | SCR_EditorManagerEntity | |
| ShowDebug() | SCR_EditorManagerEntity | protected |
| StartEvents(EEditorEventOperation type=EEditorEventOperation.NONE) | SCR_EditorManagerEntity | protected |
| Toggle() | SCR_EditorManagerEntity | |
| ToggleInstance() | SCR_EditorManagerEntity | static |
| ToggleOwner(bool open) | SCR_EditorManagerEntity | protected |
| ToggleOwnerServerCallback(bool open) | SCR_EditorManagerEntity | protected |
| ToggleServer(bool open) | SCR_EditorManagerEntity | protected |
| UpdateLimited() | SCR_EditorManagerEntity | protected |
| ~SCR_EditorManagerEntity() | SCR_EditorManagerEntity | |