Difference between revisions of "0135"

From GTAMods Wiki
Jump to navigation Jump to search
(Created page with '{{OpCode | ini = 0135=2,%2d% %1d% | description = Sets the door lock status | p1 = Valid vehicle handle | p2 = Integer | game = GTA 3 }} This…')
 
(updating page)
Line 1: Line 1:
{{OpCode
+
{{Icon|3}} '''CHANGE_CAR_LOCK'''
| ini        = 0135=2,%2d% %1d%
+
<hr />
| description = Sets the door lock status
+
<onlyinclude>{{#ifeq:{{{transcludesection|opcode}}}|opcode|
| p1          = Valid vehicle handle
+
'''Description'''
| p2          = Integer
+
: Sets the door lock status of the vehicle
| game        = [[GTA 3]]
+
'''Syntax'''
}}
+
: 0135: [''int''] = car [''car handle''] door_status
 +
'''Parameter'''
 +
: [''int'']
 +
:: Lock status
 +
: [''car handle'']
 +
:: The handle of the vehicle
 +
 
 
This opcode behaves exactly as opcode [[020A]].
 
This opcode behaves exactly as opcode [[020A]].
 +
}}</onlyinclude>
 +
 +
== Keywords ==
 +
set, car, vehicle, door, lock, status
 +
 +
[[Category:OpCodes]]

Revision as of 12:01, 4 January 2012

GTA III CHANGE_CAR_LOCK


Description

Sets the door lock status of the vehicle

Syntax

0135: [int] = car [car handle] door_status

Parameter

[int]
Lock status
[car handle]
The handle of the vehicle

This opcode behaves exactly as opcode 020A.

Keywords

set, car, vehicle, door, lock, status