WriteInt16 Data Member Function

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

Prototype

int32 WriteInt16( int32 val )

Parameters

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

Examples

Copy Text To Clipboard

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