native

FileWriteInt32

Syntax

native bool:FileWriteInt32(file, any:data);

Description

Writes a single int32 (int/cell) to a file.

Parameters

file Handle to the file
data Data to write

Return

True on success, false on failure