native

GameConfGetAddress

Syntax

native GameConfGetAddress(GameConfig:handle, const name[]);

Description

Finds an address calculation in a GameConfig file.

Parameters

handle Game config handle
name Name of the property to find

Return

An address calculated on success, otherwise 0 on failure.

Error

Invalid game config handle