ButtonReminderGameController class
hud.ButtonReminderGameController
Inheritance
Base: game.ui.HUDGameController
Derived
None.
Properties
| Property | Type | |
|---|---|---|
Button1 | ink.CompoundWidgetReference | scripted |
Button2 | ink.CompoundWidgetReference | scripted |
Button3 | ink.CompoundWidgetReference | scripted |
uiHudButtonHelpBB | WeakHandle<game.IBlackboard> | scripted |
interactingWithDeviceBBID | red.CallbackObject? | scripted |
OnRedrawText_1Callback | red.CallbackObject? | scripted |
OnRedrawIcon_1Callback | red.CallbackObject? | scripted |
OnRedrawText_2Callback | red.CallbackObject? | scripted |
OnRedrawIcon_2Callback | red.CallbackObject? | scripted |
OnRedrawText_3Callback | red.CallbackObject? | scripted |
OnRedrawIcon_3Callback | red.CallbackObject? | scripted |
Functions
bool OnInitialize()RTTIbool OnPlayerAttach(game.Object playerGameObject)RTTIbool OnPlayerDetach(game.Object playerGameObject)RTTIvoid RegisterPSMListeners(game.Object playerPuppet)RTTIvoid UnregisterPSMListeners(game.Object playerPuppet)RTTIvoid OnRedrawText_1(string argValue)RTTIvoid OnRedrawIcon_1(CName argValue)RTTIvoid OnRedrawText_2(string argValue)RTTIvoid OnRedrawIcon_2(CName argValue)RTTIvoid OnRedrawText_3(string argValue)RTTIvoid OnRedrawIcon_3(CName argValue)RTTIbool OnInteractingWithDevice(bool value)RTTI