Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_EditorManagerEntity Member List

This is the complete list of members for SCR_EditorManagerEntity, including all inherited members.

Action_EditorToggle(float value, EActionTrigger reason)SCR_EditorManagerEntityprotected
Action_GoToLatestNotification(float value, EActionTrigger reason)SCR_EditorManagerEntityprotected
AddEditorModes(EEditorModeAccess access, EEditorMode modes, bool isInit=false)SCR_EditorManagerEntity
AddMode(notnull SCR_EditorModeEntity modeEntity, bool isInit)SCR_EditorManagerEntityprotected
AutoInit()SCR_EditorManagerEntity
CanClose()SCR_EditorManagerEntity
CanClose(EEditorCanClose accessType)SCR_EditorManagerEntity
CanCloseInstance()SCR_EditorManagerEntitystatic
CanOpen()SCR_EditorManagerEntity
CanOpen(EEditorCanOpen accessType)SCR_EditorManagerEntity
CanOpenInstance()SCR_EditorManagerEntitystatic
CanToggle()SCR_EditorManagerEntity
Close(bool showErrorNotification=true)SCR_EditorManagerEntity
CloseInstance()SCR_EditorManagerEntitystatic
CreateEditorMode(EEditorMode mode, bool isInit, ResourceName prefab="")SCR_EditorManagerEntity
CreateEditorModeOwner(EEditorMode mode, int modeEntityId, bool isInit)SCR_EditorManagerEntityprotected
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_EditorManagerEntityprotected
GetAllComponents(out array< SCR_BaseEditorComponent > outComponents)SCR_EditorManagerEntityprotected
GetCurrentMode()SCR_EditorManagerEntity
GetCurrentModeEntity()SCR_EditorManagerEntity
GetDefaultMode()SCR_EditorManagerEntity
GetEditorModes()SCR_EditorManagerEntity
GetEntityAuthor()SCR_EditorManagerEntityprotected
GetEntityAuthorUID()SCR_EditorManagerEntityprotected
GetEnumSum(TypeName enumType)SCR_EditorManagerEntityprotected
GetInstance()SCR_EditorManagerEntitystatic
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_EditorBaseEntityprotected
InitComponents(bool isServer)SCR_EditorBaseEntityprotected
InitOwner(int playerID)SCR_EditorManagerEntityprotected
InitServer(int playerID)SCR_EditorManagerEntity
IsAuthority()SCR_EditorManagerEntityprotected
IsAutoInit()SCR_EditorManagerEntity
IsInTransition()SCR_EditorManagerEntity
IsLimited()SCR_EditorManagerEntity
IsLimitedInstance()SCR_EditorManagerEntitystatic
IsModeChangeRequested()SCR_EditorManagerEntity
IsOpened()SCR_EditorManagerEntity
IsOpenedInstance(bool includeLimited=true)SCR_EditorManagerEntitystatic
IsOwner()SCR_EditorManagerEntity
m_ModesByAccessSCR_EditorManagerEntityprotected
m_NotificationsComponentSCR_EditorManagerEntityprotected
Open(bool showErrorNotification=true)SCR_EditorManagerEntity
OpenInstance()SCR_EditorManagerEntitystatic
PostInitServer()SCR_EditorManagerEntity
ProcessAsyncEvent(bool toActivate, out bool instantContinue)SCR_EditorManagerEntityprotected
ProcessDebug()SCR_EditorManagerEntityprotected
ProcessEvent()SCR_EditorManagerEntityprotected
RegisterAuthorOwner(notnull SCR_EditableEntityAuthor author)SCR_EditorManagerEntityprotected
RemoveEditorModes(EEditorModeAccess access, EEditorMode modes)SCR_EditorManagerEntity
RemoveMode(notnull SCR_EditorModeEntity modeEntity, bool OnDisconnnect)SCR_EditorManagerEntity
RemoveModeServer(EEditorMode mode)SCR_EditorManagerEntityprotected
RepairEditorModes(bool isInit)SCR_EditorManagerEntity
RequestAllAuthors()SCR_EditorManagerEntity
RequestAllAuthorsServer()SCR_EditorManagerEntityprotected
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_EditorManagerEntityprotected
SetCanCloseOwner(EEditorCanClose canClose)SCR_EditorManagerEntityprotected
SetCanOpen(bool canOpen, EEditorCanOpen accessType)SCR_EditorManagerEntity
SetCanOpenDebug(bool canOpen, EEditorCanOpen accessType=EEditorCanOpen.SCRIPT)SCR_EditorManagerEntityprotected
SetCanOpenOwner(EEditorCanOpen canOpen)SCR_EditorManagerEntityprotected
SetCurrentMode(bool isLimited)SCR_EditorManagerEntity
SetCurrentMode(EEditorMode mode)SCR_EditorManagerEntity
SetCurrentModeOwner(EEditorMode mode)SCR_EditorManagerEntityprotected
SetCurrentModeServer(EEditorMode mode)SCR_EditorManagerEntityprotected
SetEditorModes(EEditorModeAccess access, EEditorMode modes, bool isInit=false)SCR_EditorManagerEntity
ShowDebug()SCR_EditorManagerEntityprotected
StartEvents(EEditorEventOperation type=EEditorEventOperation.NONE)SCR_EditorManagerEntityprotected
Toggle()SCR_EditorManagerEntity
ToggleInstance()SCR_EditorManagerEntitystatic
ToggleOwner(bool open)SCR_EditorManagerEntityprotected
ToggleOwnerServerCallback(bool open)SCR_EditorManagerEntityprotected
ToggleServer(bool open)SCR_EditorManagerEntityprotected
UpdateLimited()SCR_EditorManagerEntityprotected
~SCR_EditorManagerEntity()SCR_EditorManagerEntity