Difference between revisions of "04E1"

From GTAMods Wiki
Jump to navigation Jump to search
(created page)
 
m
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Image:04E1.jpg|thumb|04E1 in action]]
+
[[File:04E1.jpg|thumb|300px|An Oceanic with its boot popped opened]]
{{OpCode
+
{{Icon|VC}} {{Icon|SA}} '''POP_CAR_BOOT'''
| ini        = 04E1=1,{{hint|%1d%|parameter 1: handle}}
+
<hr />
| description = Fully opens the trunk of the car
+
'''Description'''
| p1          = Existing vehicle handle
+
: Fully opens the trunk of the car
| game        = [[Vice City]], [[San Andreas]]
+
'''Syntax'''
}}
+
: 04E1: open_trunk_of_car_fully [''car handle'']
This opcode will fully and freeze open the trunk of a car if it has one. In Vice City, this opcode cannot be used vans with rear doors (Securicar), most trucks (Boxville), and some without a trunk (Rhino), or else the game will crash.
+
'''Parameter'''
 +
: [''car handle'']
 +
:: The handle of an existing vehicle
 +
 
 +
This opcode fully opens the trunk lid or tailgate of a car if it has one that is initially closed. Physics does not apply to the lid until it is damaged twice (the third damage pops the lid off the car). If the lid is already opened and can swing in motion, this opcode produce no effect. In Vice City, using this opcode on vehicles without a trunk, like vans with rear doors (Securicar), most trucks (Boxville), some without a trunk (Rhino), and boats, will crash the game.
 +
 
 +
== Keywords ==
 +
car, vehicle, pop, freeze, fully, open, boot, trunk, lid, tailgate, component
 +
 
 +
== See also ==
 +
* {{Icon|VC}} [[050B]], pop car boot using physics
 +
 
 +
[[Category:OpCodes]]

Latest revision as of 17:41, 29 November 2015

An Oceanic with its boot popped opened

Vice City San Andreas POP_CAR_BOOT


Description

Fully opens the trunk of the car

Syntax

04E1: open_trunk_of_car_fully [car handle]

Parameter

[car handle]
The handle of an existing vehicle

This opcode fully opens the trunk lid or tailgate of a car if it has one that is initially closed. Physics does not apply to the lid until it is damaged twice (the third damage pops the lid off the car). If the lid is already opened and can swing in motion, this opcode produce no effect. In Vice City, using this opcode on vehicles without a trunk, like vans with rear doors (Securicar), most trucks (Boxville), some without a trunk (Rhino), and boats, will crash the game.

Keywords

car, vehicle, pop, freeze, fully, open, boot, trunk, lid, tailgate, component

See also

  • Vice City 050B, pop car boot using physics