|
Broke Protocol Game API Reference
1.39
Code reference for server and client scripting
|
Public Member Functions | |
| ApartmentParameters () | |
| ApartmentParameters (ShApartment serialized) | |
| override void | UpdateObject (Transform t) |
Public Member Functions inherited from BrokeProtocol.Parameters.DoorParameters | |
| DoorParameters () | |
| DoorParameters (ShDoor serialized) | |
| override void | UpdateObject (Transform t) |
Public Member Functions inherited from BrokeProtocol.Parameters.EntityParameters | |
| EntityParameters () | |
| EntityParameters (ShEntity serialized) | |
| override void | UpdateObject (Transform t) |
Public Member Functions inherited from BrokeProtocol.Parameters.SerializedParameters | |
| SerializedParameters () | |
| SerializedParameters (Serialized serialized) | |
| override void | UpdateObject (Transform t) |
Public Member Functions inherited from BrokeProtocol.Parameters.BaseParameters | |
| BaseParameters () | |
| BaseParameters (Transform t) | |
| virtual void | WriteBytes (ref object[] args) |
| virtual void | ReadBytes (GameObject o) |
Protected Attributes | |
| int | value |
| int | limit |
Protected Attributes inherited from BrokeProtocol.Parameters.DoorParameters | |
| bool | hasKey |
| int | keyIndex |
| bool | hasOther |
| ChildIndex | otherIndex |
Protected Attributes inherited from BrokeProtocol.Parameters.EntityParameters | |
| List< SerializedItemOption > | itemOptions = new () |
Additional Inherited Members | |
Public Attributes inherited from BrokeProtocol.Parameters.SerializedParameters | |
| string | data |
Public Attributes inherited from BrokeProtocol.Parameters.BaseParameters | |
| int | index |
| int | placeIndex |
| Vector3 | position |
| Quaternion | rotation |
| Vector3 | scale |
|
inline |
|
inline |
|
inlinevirtual |
Reimplemented from BrokeProtocol.Parameters.BaseParameters.
|
protected |
|
protected |