Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_RestoreEditorModesComponent.c File Reference

Go to the source code of this file.

Classes

class  SCR_RestoreEditorModesComponentClass

Functions

SCR_RestoreEditorModesComponentClass SCR_BaseGameModeComponentClass Attribute (desc:"When enabled, the system will remember and restore also modes of limited editor managers (e.g., those with only PHOTO mode, not EDIT).")] protected bool m_bRestoreLimitedEditors
void OnEditorManagerCreatedServer (SCR_EditorManagerEntity editorManager)
override void OnGameEnd ()
 Called on all machines when the world ends.
override void OnPostInit (IEntity owner)
 Editable Mine.

Variables

ref map< string, EEditorModem_mModes = new map<string, EEditorMode>()

Function Documentation

◆ Attribute()

SCR_RestoreEditorModesComponentClass SCR_BaseGameModeComponentClass Attribute ( desc:"When enabled,
the system will remember and restore also modes of limited editor managers(e.g., those with only PHOTO mode, not EDIT)."  )

◆ OnEditorManagerCreatedServer()

void OnEditorManagerCreatedServer ( SCR_EditorManagerEntity editorManager)
protected

Definition at line 18 of file SCR_RestoreEditorModesComponent.c.

◆ OnGameEnd()

override void OnGameEnd ( )
protected

Called on all machines when the world ends.

Definition at line 31 of file SCR_RestoreEditorModesComponent.c.

Variable Documentation

◆ m_mModes

ref map<string, EEditorMode> m_mModes = new map<string, EEditorMode>()
protected

Definition at line 15 of file SCR_RestoreEditorModesComponent.c.