crxranks_get_setting

Syntax

native bool:crxranks_get_setting(key[], value[], len)

Usage

key
Key to search for.
value
Buffer to store the value in.
len
Maximum buffer length.

Description

Returns a key value set in the [Settings] section in the plugin's configuration file.

Return

True if the key was found, false otherwise.