Difference between revisions of "07C1"

From GTAMods Wiki
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<code>07C1=1,%1d%</code><br>
+
{{OpCode
'''Description''': Has path loaded<br>
+
| games      = {{Icon|SA}}
'''Parameter 1''': Path ID<br>
+
| command    = HAS_CAR_RECORDING_BEEN_LOADED
'''Supports''': San Andreas<br>
+
| description = Checks if the [[Carrec|car recording]] has been loaded
 +
| syntax1    = 07C1: &nbsp; path [''int''] available
 +
| p1t        = [''int'']
 +
| p1d        = [[Carrec#List of paths in San Andreas|Car recording index]]
 +
| native      = [[HAS_CAR_RECORDING_BEEN_LOADED]]
 +
}}
  
This opcode checks if the path is loaded after using [[07C0]].
+
This conditional opcode returns true if the car recording has been loaded after [[07C0|requesting it]].
  
==Keywords==
+
== Keywords ==
has, load, path, available
+
has, load, loaded, path, available, car, recording, carrec
 
 
[[Category:OpCodes]]
 

Latest revision as of 23:14, 18 June 2016

San Andreas HAS_CAR_RECORDING_BEEN_LOADED


Description
Checks if the car recording has been loaded
Syntax
07C1:   path [int] available
Parameter
[int]
Car recording index
Native analog
HAS_CAR_RECORDING_BEEN_LOADED

This conditional opcode returns true if the car recording has been loaded after requesting it.

Keywords

has, load, loaded, path, available, car, recording, carrec