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