%getRacePointer()

Aliases%getRacePointer( ), %getRacePtr( )
Parametersmixed @id

    Returns an race pointer for the given @id. The value of @id may be a race
text pointer, the integer ID of a race, or the tag name of the desired
race. If a matching race cannot be found then null is returned.

Examples:

@race = %getRacePtr( @mob->realRaceId )

@race = %getRacePtr( "insectGiant" )