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_RadialMenuGameModeComponentClass |
Functions | |
SCR_RadialMenuGameModeComponentClass ScriptComponentClass | Attribute ()] protected ref SCR_RadialMenu m_Menu |
Post-process effect of scripted camera. More... | |
void | Update (float timeSlice) |
override void | OnPostInit (IEntity owner) |
Editable Mine. More... | |
override void | OnDelete (IEntity owner) |
SCR_RadialMenu | GetMenu () |
protected void | ConnectToRadialMenuSystem () |
protected void | DisconnectFromRadialMenuSystem () |
protected void ConnectToRadialMenuSystem | ( | ) |
Definition at line 46 of file SCR_RadialMenuGameModeComponent.c.
protected void DisconnectFromRadialMenuSystem | ( | ) |
Definition at line 56 of file SCR_RadialMenuGameModeComponent.c.
SCR_RadialMenu GetMenu | ( | ) |
Definition at line 41 of file SCR_RadialMenuGameModeComponent.c.
void Update | ( | float | timeSlice | ) |
[in] | timeSlice |
Definition at line 14 of file SCR_RadialMenuGameModeComponent.c.