FileWriteInt32

Syntax

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

Usage

file
Handle to the file
data
Data to write

Description

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

Return

True on success, false on failure