|
Broke Protocol Game API Reference
1.39
Code reference for server and client scripting
|
Public Member Functions | |
| override void | FillButtons (params object[] args) |
| override void | Initialize (params object[] args) |
Public Member Functions inherited from BrokeProtocol.Client.UI.ListMenu | |
| void | CreateButton (ButtonInfo buttonInfo) |
| void | Refill (params object[] args) |
| virtual void | ClearButtons (params object[] args) |
| override void | Initialize (params object[] args) |
Public Member Functions inherited from BrokeProtocol.Client.UI.Menu | |
| virtual void | SubmitHandler () |
| virtual void | DestroyMenu () |
| void | CloseMenu () |
| virtual void | CloseMenu (bool sendEvent) |
| void | ShowMainMenu () |
Public Attributes | |
| ShPlayer | player |
Public Attributes inherited from BrokeProtocol.Client.UI.Menu | |
| string | id = Util.defaultID |
Additional Inherited Members | |
Protected Member Functions inherited from BrokeProtocol.Client.UI.Menu | |
| void | ScrollBottom () |
Protected Attributes inherited from BrokeProtocol.Client.UI.ListMenu | |
| RectTransform | contentPanel |
| ClButton | button |
| List< ClButton > | buttonList = new List<ClButton>() |
Protected Attributes inherited from BrokeProtocol.Client.UI.Menu | |
| List< GridLayoutGroup > | gridLayoutGroups |
| InputField | submitInput = null |
| ScrollRect | bottomScrollRect = null |
|
inlinevirtual |
Reimplemented from BrokeProtocol.Client.UI.ListMenu.
|
inlinevirtual |
Reimplemented from BrokeProtocol.Client.UI.Menu.
| ShPlayer BrokeProtocol.Client.UI.HealthMenu.player |