AMX Mod X API Documentation

Signature
#define FSOPT_BYTES_COUNT 0 /* Returns the file size in number of bytes */#define FSOPT_LINES_COUNT 1 /* Returns how many lines there are in this file */#define FSOPT_END_WITH_LF 2 /* Returns whether the last line is '\n' */
Description

Options for use with file_size() flag parameter.

Назад
Верх