0051

From GTAMods Wiki
Revision as of 10:46, 2 August 2017 by Junior Djjr (talk | contribs) (Created page with "{{OpCode | games = {{Icon|t}} | command = RETURN | description = Return from the current subroutine. | syntax1 = 0051: return | p1t = ''none'' }} After...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

GTA III Vice City San Andreas RETURN


Description
Return from the current subroutine.
Syntax
0051: return
Parameter
none

After 0050 is called, when the thread encounters a 0051, it will return from where the last 0050 was called.

The game will crash if:

  • 0051 was read before any 0050 was called.

Keywords

subroutine, gosub, go sub