get_goomba_setting

Syntax

native bool:get_goomba_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 plugin's configuration file.

Return

True if the key was found, false otherwise