native fgets(file, buffer[], maxlength);
file | Handle to the file. |
buffer | String buffer to hold the line |
maxlength | Maximum size of string buffer |
Reads a line from a text file.
Total number of characters written on success, 0 otherwise
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.