native find_gamerules_info(const class[], const member[], &FieldType:type = FIELD_NONE, &arraysize = 0, &bool:unsigned = false);
class | Class name |
member | Member name |
type | Optional variable to store member type in (FIELD_* constants) |
arraysize | Optional variable to store array size in, if member is an array |
unsigned | Optional variable to store whether member is unsigned (short and char types only) |
Finds a gamerules offset based off a class and member name.
Class member offset
If either class or member is empty, no offset is found or an invalid offset is retrieved, an error will be thrown.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.