native bool:FileReadUint8(file, &any:data);
file | Handle to the file |
data | Variable to store the data read |
Reads a single uint8 (unsigned byte) from a file. The returned value is zero-extended to an int32.
True on success, false on failure
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.