|
Broke Protocol Game API Reference
1.39
Code reference for server and client scripting
|
Public Member Functions | |
| override void | RefreshActions () |
Public Member Functions inherited from BrokeProtocol.Entities.ClPlaceable | |
| virtual void | StartBlueprint () |
Public Member Functions inherited from BrokeProtocol.Entities.ClEquipable | |
| override void | FinishedActions () |
| void | StartDelayRender () |
Public Member Functions inherited from BrokeProtocol.Entities.ClItem | |
| override void | RefreshActions () |
| void | InitializeButton (ItemInfo buttonInfo) |
Public Member Functions inherited from BrokeProtocol.Entities.ClMountable | |
| override void | RefreshActions () |
| void | PlayAlert () |
| virtual void | TurnOn () |
| virtual void | TurnOff () |
Public Member Functions inherited from BrokeProtocol.Entities.ClEntity | |
| void | DeserializeAnimator (byte[] stateArray) |
| void | DeserializeParameters (byte[] stateArray) |
| bool | TypeActionTest (string type) |
| override void | Initialize () |
| virtual void | Relocate (Vector3 position, Quaternion rotation, bool zeroVelocity) |
| void | StartMapMarker (Color color) |
| void | DestroyMapMarker () |
| virtual void | Destroy () |
| virtual void | ReadActivateData () |
| virtual void | ReadInitData () |
| void | VideoPlay (string videoURL, float startTime) |
| void | VideoStop () |
| void | ClDestroyEffect (int destroyEffectIndex) |
Protected Member Functions | |
| override bool | CollectTest () |
| bool | BuyFurnitureTest () |
| bool | OwnerTest () |
| void | SellFurnitureAction () |
| void | BuyFurnitureAction () |
Protected Member Functions inherited from BrokeProtocol.Entities.ClPlaceable | |
| void | OnDisable () |
| void | SetMaterial (bool good) |
| IEnumerator | UpdateBlueprint () |
| virtual void | StopBlueprint () |
| void | HandleRenderer (bool draw) |
Protected Member Functions inherited from BrokeProtocol.Entities.ClEquipable | |
| override bool | MyEquipmentTest () |
| bool | SubMenu () |
| void | SubMenuAction (byte index) |
| override bool | EquipTest () |
| override bool | UnequipTest () |
| IEnumerator | DelayRender () |
| void | BindAction () |
| void | UnbindAction () |
| void | EquipAction () |
Protected Member Functions inherited from BrokeProtocol.Entities.ClItem | |
| bool | InventoryActionTest (string type, byte buttonType) |
| override bool | AppsTest () |
| override bool | CollectTest () |
| void | GiveAmount (int count) |
| void | TakeAmount (int count) |
| bool | ButtonTest () |
| bool | MyButtonTest () |
| bool | OtherButtonTest () |
| bool | SellTest () |
| bool | BuyTest () |
| void | RemoveOneAction () |
| void | RemoveAllAction () |
| void | RemoveXAction () |
| void | RemoveXButton () |
| void | TakeOneAction () |
| void | TakeAllAction () |
| void | TakeXAction () |
| void | TakeXButton () |
| void | DropAction () |
| void | InventoryAction (string eventName) |
Protected Member Functions inherited from BrokeProtocol.Entities.ClMountable | |
| bool | MountTest () |
| void | MountAction () |
| bool | EmbarkTest () |
| void | EmbarkAction () |
Protected Member Functions inherited from BrokeProtocol.Entities.ClEntity | |
| void | EventAction (string eventName) |
| void | CollectAction () |
| virtual bool | ShopTest () |
| void | ShopAction () |
| bool | ViewTest () |
| void | ViewAction () |
| virtual bool | CrackTest () |
| void | CrackAction () |
| virtual bool | BuyEntityTest () |
| void | GetEntityValueAction () |
| void | AppsAction () |
| bool | VideoPanelTest () |
| void | VideoPanelAction () |
| bool | VideoSyncTest () |
| void | VideoPlayerReady (VideoPlayer source) |
| void | VideoSyncAction () |
|
inlineprotected |
|
protected |
|
protectedvirtual |
Reimplemented from BrokeProtocol.Entities.ClEntity.
|
protected |
|
inlinevirtual |
Reimplemented from BrokeProtocol.Entities.ClEquipable.
Reimplemented in BrokeProtocol.Entities.ClProcessor.
|
protected |