Difference between revisions of "02FA"

From GTAMods Wiki
Jump to navigation Jump to search
(updating page)
Line 1: Line 1:
{{OpCode
+
{{Icon|trilogy}}
| ini        = 02FA=2,%1d% %2d%
+
<hr />
| description = Changes the garage into another type of garage
+
<onlyinclude>{{#ifeq:{{{transcludesection|opcode}}}|opcode|
| p1          = [[Garage#List_of_Garages|Garage ID]]
+
'''Description'''
| p2          = [[Garage#Types_of_Garages|Garage type]]
+
: Changes the [[garage]] into another type of garage
| game        = GTA3, Vice City, San Andreas
+
'''Syntax'''
| native      = [[CHANGE_GARAGE_TYPE]]
+
: {{Icon|3}} {{Icon|VC}} 02FA: garage [''garage handle''] change_to_type [''int'']
}}
+
: {{Icon|SA}} 02FA: garage '[''string'']' change_to_type [''int'']
==Keywords==
+
: {{Icon|SA}} Garage.ChangeType( '[''string'']', [''int''] )
 +
'''Parameter'''
 +
: [''garage handle'']
 +
:: The [[Garage#List of Garages|handle of the garage]], for GTA III and Vice City
 +
: [''string'']
 +
:: The [[Garage#San Andreas 2|name of the garage]], for San Andreas (max size 8 characters)
 +
: [''int'']
 +
:: The [[Garage#Types of Garages|type of garage]]
 +
'''Native analog'''
 +
: [[CHANGE_GARAGE_TYPE]]
 +
}}</onlyinclude>
 +
 
 +
== Keywords ==
 
change, garage, type
 
change, garage, type
  
 
[[Category:OpCodes]]
 
[[Category:OpCodes]]

Revision as of 22:47, 3 January 2012

GTA III Vice City San Andreas


Description

Changes the garage into another type of garage

Syntax

GTA III Vice City 02FA: garage [garage handle] change_to_type [int]
San Andreas 02FA: garage '[string]' change_to_type [int]
San Andreas Garage.ChangeType( '[string]', [int] )

Parameter

[garage handle]
The handle of the garage, for GTA III and Vice City
[string]
The name of the garage, for San Andreas (max size 8 characters)
[int]
The type of garage

Native analog

CHANGE_GARAGE_TYPE

Keywords

change, garage, type