3rd Party Libraries
Recent Additions
Handles Parser
Discord
files
File
WriteInt16
File
WriteInt16
Last Updated
2014-11-19
Created At
2014-11-19
Writes a single int16 (short) to a file.
native
bool
WriteInt16(
int
data
)
Parameters
int
data
Data to write (truncated to an int16).
Return Value
bool
True on success, false on failure.