natives.CHANGE GARAGE TYPE: Difference between revisions
Jump to navigation
Jump to search
(Add ScriptItem documentation from GTA VC SCM decompile) |
(No difference)
|
Revision as of 08:24, 12 June 2026
// CHANGE_GARAGE_TYPE // 15 appels SCM
PATTERNS SCM:
$int change_to_type int
PARAMS WIKI: int arg0
EXEMPLES:
change_garage_type $687 change_to_type 9 change_garage_type $687 change_to_type 10 change_garage_type $687 change_to_type 22
TEMPLATE:
Function Client Only ![]()
Online and Offline
Available since Client 1.0.0
void natives.CHANGE_GARAGE_TYPE(int arg0)
The natives.CHANGE_GARAGE_TYPE function is used to Perform the garage type in Vice City.
Parameters
| 1) | int | arg0 | Description. |
Return
| void | This function doesn't return a value. |
Notes
There aren't any notes for this function.
Examples
There aren't any examples for this function.
Compatibility
There isn't any compatibility information for this function.
Related
Client Related
closeGarage
isGarageClosed
openGarage