WriteUint8 Data Member Function

Writes a single <uint8> to disk, but the value must be submitted as an <int32> because Scenome Scripting Language does not support the <uint8> data type. The <int32> value submitted to this function is converted to a <uint8> via the C++ static_cast operator, and is written to disk as a uint8.

Prototype

int32 WriteUint8( uint32 val )

Parameters

Parameter Type Parameter Name Documentation
uint32valThe value to write to disk.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.