native
FileWriteInt8
Syntax
native bool:FileWriteInt8(file, any:data);
Description
Writes a single int8 (byte) to a file.
Parameters
| file | Handle to the file |
|---|---|
| data | Data to write (truncated to an int8) |
Return
True on success, false on failure
native
native bool:FileWriteInt8(file, any:data);
Writes a single int8 (byte) to a file.
| file | Handle to the file |
|---|---|
| data | Data to write (truncated to an int8) |
True on success, false on failure