|
Enfusion Script API
|
Public Member Functions | |
| proto bool | Read (out void dst, int sizeInBits) |
Reads sizeInBits bits of data from internal storage. | |
| proto bool | ReadRplId (out RplId val) |
| Decompresses and returns a RplId from internal storage. | |
| proto bool | ReadEntityId (out EntityID val) |
| Decompresses and returns a EntityID from internal storage. | |
| proto bool | ReadInt (out int val) |
| Decompresses and returns an integer from internal storage. | |
| proto bool | ReadIntRange (out int val, int min, int max) |
| Decompresses and returns an integer from internal storage. | |
| proto bool | ReadHalf (out float val) |
| Decompresses and returns a float from internal storage. | |
| proto bool | ReadFloat01 (out float val) |
| Decompresses and returns a float from internal storage. | |
| proto bool | ReadRadian (out float val) |
| Decompresses and returns a float from internal storage. | |
| proto bool | ReadQuaternion (out float val[4]) |
| Decompresses and returns a quaternion from internal storage. | |
| proto bool | ReadResourceName (out ResourceName val) |
| Reads and returns a ResourceName from internal storage. | |
| proto bool | ReadString (out string val) |
| Reads a string from internal storage. | |
| proto native int | Tell () |
| Returns the current position in internal storage in bits. | |
| bool | ReadBool (out bool val) |
| bool | ReadFloat (out float val) |
| bool | ReadVector (out vector val) |
Public Member Functions inherited from Managed | |
| proto external ref Managed | Clone () |
| Return shallow copy of object, or null if it is not allowed (not public constructor) | |
Reads sizeInBits bits of data from internal storage.
Decompresses and returns a EntityID from internal storage.
Decompresses and returns a float from internal storage.
Decompresses and returns a float from internal storage.
Decompresses and returns an integer from internal storage.
Decompresses and returns an integer from internal storage.
Decompresses and returns a quaternion from internal storage.
Decompresses and returns a float from internal storage.
| proto bool ScriptBitReader.ReadResourceName | ( | out ResourceName | val | ) |
Reads and returns a ResourceName from internal storage.
Decompresses and returns a RplId from internal storage.
| proto native int ScriptBitReader.Tell | ( | ) |
Returns the current position in internal storage in bits.