Property | Type | Description | |
---|---|---|---|
gpm | |||
hudOpen | bool | ||
uiManager |
Method | Description | |
---|---|---|
BuildConstruction ( string param ) : void |
Build a construction. This function is called when the user clicks on the "BUILD" button in the build selection panel. The function will change the icon to the selected consturction model and will hide the build panels. Parameter is the name of the button.
|
|
CloseAllSubmenus ( ) : void |
Closes all submenus.
|
|
ProcessBuildEvent ( string eventId, string param ) : void | ||
ProcessDialogEvent ( string _eventId, string _param ) : void |
Function to check new events.
|
|
ProcessInitEvent ( string _eventId, string _param ) : void |
Function to load in Library Files
|
|
ProcessScreenEvent ( string _eventId, string _param ) : void |
Function to check new events.
|
|
ProcessStoreEvent ( string eventId, string data ) : void |
Process store events
|
|
SetBalance ( string balance ) : void | ||
Toggle ( string button ) : void |
Toggles the specific Submenus depending on Button Name
|
Method | Description | |
---|---|---|
Awake ( ) : void |
|
|
LogCyan ( string _first, string _second ) : void | ||
OnDisable ( ) : void |
Disable the hud will remove registered ui elements
|
|
OnEnable ( ) : void |
Enable the HUD will register ui elements
|
|
Start ( ) : void |
Start up
|
public BuildConstruction ( string param ) : void | ||
param | string | |
return | void |
public ProcessBuildEvent ( string eventId, string param ) : void | ||
eventId | string | |
param | string | |
return | void |
public ProcessDialogEvent ( string _eventId, string _param ) : void | ||
_eventId | string | |
_param | string | |
return | void |
public ProcessInitEvent ( string _eventId, string _param ) : void | ||
_eventId | string | _event identifier. |
_param | string | _param. |
return | void |
public ProcessScreenEvent ( string _eventId, string _param ) : void | ||
_eventId | string | |
_param | string | |
return | void |
public ProcessStoreEvent ( string eventId, string data ) : void | ||
eventId | string | |
data | string | |
return | void |