Difference between revisions of "059A"

From GTAMods Wiki
Jump to navigation Jump to search
(Created page with "{{Icon|VC}} {{Icon|SA}} '''IS_AUSTRALIAN_GAME''' <hr /> '''Description''' : Checks if the game is Australian '''Syntax''' : 059A:   australian_game '''Parameter''' : [''n...")
(No difference)

Revision as of 22:38, 1 January 2016

Vice City San Andreas IS_AUSTRALIAN_GAME


Description

Checks if the game is Australian

Syntax

059A:   australian_game

Parameter

[none]

This conditional opcode always returns true as the result for the Australian version of the game. Otherwise, it always returns false. The return result is hardcoded into the game. Most mods generally support non-Australian versions of the games so this opcode can generally be used to return false when returning from a gosub or an SCM function.

Keywords

Australia, Australian, game, return, false