|
Arma Reforger Script API
|
Public Member Functions | |
| void | InsertFakeBase (notnull SCR_TutorialFakeBaseComponent fakeBase) |
| override void | OnMapOpen (MapConfiguration config) |
| SCR_MapEntity event. | |
| void | CreateFakeBase (SCR_TutorialFakeBaseComponent fakeBaseComponent) |
Public Member Functions inherited from SCR_MapUIElementContainer | |
| override void | Init () |
| Init method for cases where all modules and components should be loaded already so constructor cannot be used, called once after creation. | |
| override void | OnMapClose (MapConfiguration config) |
| SCR_MapEntity event. | |
| void | OnMapPan (float panX, float panY, bool adjustedPan) |
| void | RemoveIcon (SCR_MapUIElement icon) |
| void | OnSpawnPointSelectedExt (RplId id) |
| void | OnElementSelected (notnull SCR_MapUIElement element) |
| void | OnSpawnPointSelected (RplId spId=RplId.Invalid()) |
| SCR_MapUISpawnPoint | FindSpawnPoint (RplId id) |
| ScriptInvoker | GetOnSpawnPointSelected () |
| ScriptInvoker | GetOnElementSelected () |
| SCR_TaskMapUIComponent | GetTaskFromID (string taskID) |
Public Member Functions inherited from SCR_MapUIBaseComponent | |
| bool | IsConfigDisabled () |
| bool | IsExclusive () |
| void | SetActive (bool active, bool isCleanup=false) |
| Enable open/close events, called every time component is activated, usually on map open. | |
| void | Update (float timeSlice) |
| Update method for frame operations. | |
| bool | IsToolMenuFocused () |
| void | SCR_MapUIBaseComponent () |
Additional Inherited Members | |
Protected Member Functions inherited from SCR_MapUIElementContainer | |
| void | AddSpawnPoint (SCR_SpawnPoint spawnPoint) |
| void | RemoveSpawnPoint (SCR_SpawnPoint spawnPoint) |
| void | OnSpawnPointFactionChange (SCR_SpawnPoint spawnPoint) |
| void | UpdateSpawnPointName (RplId id, string name) |
| void | HideSpawnPoint (RplId spawnPointId) |
| void | OnPlayerFactionResponse (SCR_PlayerFactionAffiliationComponent component, int factionIndex, bool response) |
| void | UpdateIcons () |
| void | UpdateIconPosition (Widget widget, SCR_MapUIElement icon, float x, float y) |
| void | InitSpawnPoints () |
| void | ShowSpawnPoint (notnull SCR_SpawnPoint spawnPoint) |
| void | InitTaskMarkers () |
| Creates task icon for every task which is visible on map for player. | |
| void | InitTaskIcon (SCR_Task task) |
| Creates map icon for task. | |
| void | OnTaskAdded (SCR_Task task) |
| Creates task icon when task is added. | |
| void | OnTaskRemoved (notnull SCR_Task task) |
| Remove task icon from map when task is removed from system. | |
| void | RemoveAllIcons () |
| SCR_MapUIElement | FindSpawnPointIconById (RplId id) |
| void | OnPlayerGroupChanged (SCR_AIGroup group) |
| void SCR_TutorialMapUI.CreateFakeBase | ( | SCR_TutorialFakeBaseComponent | fakeBaseComponent | ) |
| void SCR_TutorialMapUI.InsertFakeBase | ( | notnull SCR_TutorialFakeBaseComponent | fakeBase | ) |
| override void SCR_TutorialMapUI.OnMapOpen | ( | MapConfiguration | config | ) |
|
protected |
|
protected |
|
protected |