player_get_float

Retrieves data as a float for a player under key and name.

Syntax

stock Float:player_get_float(const id, const key[], name[], const identifier=';')

Usage

id The index of the client.
key The key within the file to look for. Set to "" for no key.
name The name under key to look for. Set to NFV_WILDCARD for any name.
identifier The character used to identify different keys.

Return

Floating — point value of data found. 0.0 if no data.

Defined in nfvault.inc at line 3070 . This documentation was automatically generated from source.