entity_set_float

Syntax

native entity_set_float(iIndex, iKey, Float:iVal);

Usage

iIndex
Entity index
iKey
Entry to write to
iVal
Value to set

Description

Sets a float type value in an entities entvar struct.

Note

For a list of valid float type entries, see the EV_FL_* constants in
engine_const.inc

Return

1 if value was sucessfully set, 0 if an invalid entry was
specified

Error

If an invalid entity index is provided, an error will be
thrown.