Difference between revisions of "02B9"
Jump to navigation
Jump to search
(→Related Opcodes) |
(why include opcodes that are not affected by or that do not affect this opcode?) |
||
Line 1: | Line 1: | ||
{{OpCode | {{OpCode | ||
− | | ini = 02B9=1, %1d% | + | | ini = 02B9=1,%1d% |
− | | description = Deactivates a garage | + | | description = Deactivates a [[garage]] |
− | | p1 = Garage | + | | p1 = Garage handle (variable in GTA III, short string in San Andreas) |
− | | game = [[GTA 3 | + | | game = [[GTA 3]], [[San Andreas]] |
}} | }} | ||
− | This opcode deactivates a garage. | + | This opcode deactivates a garage, which is created by opcode [[0219]] in GTA III and by the [[GRGE]] section of the [[IPL]] in San Andreas. Garages can be reactivated using opcode [[0299]]. |
− | ==Sanny Builder | + | ==Sanny Builder example== |
<source lang="scm">02B9: deactivate_garage 'VECMOD'</source> | <source lang="scm">02B9: deactivate_garage 'VECMOD'</source> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Keywords== | ==Keywords== | ||
− | garage, deactivate | + | garage, deactivate, disable |
Revision as of 15:19, 19 December 2010
{{{games}}}
- Description
- Deactivates a garage
- Syntax
- {{{syntax1}}}
- Parameter
This opcode deactivates a garage, which is created by opcode 0219 in GTA III and by the GRGE section of the IPL in San Andreas. Garages can be reactivated using opcode 0299.
Sanny Builder example
02B9: deactivate_garage 'VECMOD'
Keywords
garage, deactivate, disable