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