native bool:json_object_has_value(const JSON:object, const name[], JSONType:type = JSONError, bool:dot_not = false);
object | Object handle |
name | Key name |
type | Type of value, if JSONError type will not be checked |
dot_not | True to use dot notation, false to not |
Checks if the object has a value with a specific name and type.
True if has, false if not
If passed handle is not a valid object
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.