Difference between revisions of "03EC"

From GTAMods Wiki
Jump to navigation Jump to search
(Created page with "{{Icon|3}} '''HAS_MILITARY_CRANE_COLLECTED_ALL_CARS''' <hr /> '''Description''' : Checks if the military crane has collected all vehicles '''Syntax''' : 03EC:  ...")
 
m
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Icon|3}} '''HAS_MILITARY_CRANE_COLLECTED_ALL_CARS'''
+
{{OpCode
<hr />
+
| games      = {{Icon|3}}
'''Description'''
+
| command    = HAS_MILITARY_CRANE_COLLECTED_ALL_CARS
: Checks if the [[0368|military crane]] has collected all vehicles
+
| description = Checks if the [[0368|military crane]] has collected all vehicles
'''Syntax'''
+
| syntax1    = 03EC: &nbsp; ev_crane_collected_all_cars
: 03EC: &nbsp; ev_crane_collected_all_cars
+
| p1t        = ''none''
'''Parameter'''
+
}}
: [''none'']
 
  
This opcode returns true if the military crane has collected all of the following vehicle models, listed based on their [[IDE]] values:
+
This conditional opcode returns true if the military crane has collected all of the following vehicle models, listed in order of their [[CARS (IDE Section)|model index]]:
* 97 (Firetruck)
+
{|class="wikitable sortable"
* 106 (Ambulance)
+
!colspan="2" |{{Icon|3}} ||colspan="2" |{{Icon|LCS}}
* 107 (Fbi Car)
+
|-
* 116 (Police)
+
!Id ||Name ||Id ||Name
* 117 (Enforcer)
+
|-
* 122 (Rhino)
+
|97 ||Firetruck ||138 ||Firetruck
* 123 (Barrack OL)
+
|-
 +
|106 ||Ambulance ||147 ||Ambulance
 +
|-
 +
|107 ||Fbi Car ||148 ||FBI Cruiser
 +
|-
 +
|116 ||Police ||157 ||Police
 +
|-
 +
|117 ||Enforcer ||158 ||Enforcer
 +
|-
 +
|122 ||Rhino ||162 ||Rhino
 +
|-
 +
|123 ||Barracks OL ||163 ||Barracks OL
 +
|}
  
 
== Keywords ==
 
== Keywords ==
check, has, military, ev, crane, collect, collected, all, cars, vehicles
+
check, has, military, emergency, ev, crane, collect, collected, all, cars, vehicles
 
 
[[Category:OpCodes]]
 

Latest revision as of 20:05, 18 July 2017

GTA III HAS_MILITARY_CRANE_COLLECTED_ALL_CARS


Description
Checks if the military crane has collected all vehicles
Syntax
03EC:   ev_crane_collected_all_cars
Parameter
none

This conditional opcode returns true if the military crane has collected all of the following vehicle models, listed in order of their model index:

GTA III Liberty City Stories
Id Name Id Name
97 Firetruck 138 Firetruck
106 Ambulance 147 Ambulance
107 Fbi Car 148 FBI Cruiser
116 Police 157 Police
117 Enforcer 158 Enforcer
122 Rhino 162 Rhino
123 Barracks OL 163 Barracks OL

Keywords

check, has, military, emergency, ev, crane, collect, collected, all, cars, vehicles