Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Data Structures | |
class | SCR_MapGadgetComponentClass |
Functions | |
SCR_MapGadgetComponentClass SCR_GadgetComponentClass | Attribute ("0.3", UIWidgets.EditBox, desc:"seconds, delay before map gets activated giving time for the animation to be visible", params:"1 1000", category:"Map")] protected float m_fActivationDelay |
Map gadget component. More... | |
void | SetMapMode (bool state) |
protected void | ToggleMapGadget (bool state) |
protected void | OnMapOpen (MapConfiguration config) |
protected void | OnMapClose (MapConfiguration config) |
override void | ModeSwitch (EGadgetMode mode, IEntity charOwner) |
override void | ModeClear (EGadgetMode mode) |
override void | ToggleFocused (bool enable) |
override EGadgetType | GetType () |
override void | EOnInit (IEntity owner) |
Variables | |
protected bool | m_bIsMapOpen |
protected bool | m_bIsFirstTimeOpened = true |
protected SCR_MapEntity | m_MapEntity |
protected SCR_FadeInOutEffect | m_FadeInOutEffect |
SCR_MapGadgetComponentClass SCR_GadgetComponentClass Attribute | ( | "0.3" | , |
UIWidgets. | EditBox, | ||
desc:" | seconds, | ||
delay before map gets activated giving time for the animation to be visible" | , | ||
params:"1 1000" | , | ||
category:"Map" | |||
) |
Map gadget component.
override EGadgetType GetType | ( | ) |
Definition at line 161 of file SCR_MapGadgetComponent.c.
override void ModeClear | ( | EGadgetMode | mode | ) |
Definition at line 133 of file SCR_MapGadgetComponent.c.
override void ModeSwitch | ( | EGadgetMode | mode, |
IEntity | charOwner | ||
) |
Definition at line 106 of file SCR_MapGadgetComponent.c.
protected void OnMapClose | ( | MapConfiguration | config | ) |
protected void OnMapOpen | ( | MapConfiguration | config | ) |
void SetMapMode | ( | bool | state | ) |
Switch between map view
[in] | state | is desired state: true = open, false = close |
Definition at line 20 of file SCR_MapGadgetComponent.c.
override void ToggleFocused | ( | bool | enable | ) |
Definition at line 153 of file SCR_MapGadgetComponent.c.
protected void ToggleMapGadget | ( | bool | state | ) |
Open/close map
[in] | state | is desired state: true = open, false = close |
Definition at line 58 of file SCR_MapGadgetComponent.c.
protected bool m_bIsFirstTimeOpened = true |
Definition at line 13 of file SCR_MapGadgetComponent.c.
protected bool m_bIsMapOpen |
Definition at line 12 of file SCR_MapGadgetComponent.c.
protected SCR_FadeInOutEffect m_FadeInOutEffect |
Definition at line 15 of file SCR_MapGadgetComponent.c.
protected SCR_MapEntity m_MapEntity |
Definition at line 14 of file SCR_MapGadgetComponent.c.