3rd Party Libraries
Recent Additions
Handles Parser
Discord
files
File
ReadInt32
File
ReadInt32
Last Updated
2014-11-19
Created At
2014-11-19
Reads a single int32 (int/cell) from a file.
native
bool
ReadInt32(
int&
data
)
Parameters
int&
data
Variable to store the data read.
Return Value
bool
True on success, false on failure.