Difference between revisions of "07C1"

From GTAMods Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 
{{OpCode
 
{{OpCode
| ini        = 07C1=1,  %1d%
+
| games      = {{Icon|SA}}
| description = Checks if the path has been loaded
+
| command    = HAS_CAR_RECORDING_BEEN_LOADED
| p1          = Path ID
+
| description = Checks if the [[Carrec|car recording]] has been loaded
| game        = San Andreas
+
| syntax1    = 07C1:   path [''int''] available
 +
| p1t        = [''int'']
 +
| p1d        = [[Carrec#List of paths in San Andreas|Car recording index]]
 
| native      = [[HAS_CAR_RECORDING_BEEN_LOADED]]
 
| native      = [[HAS_CAR_RECORDING_BEEN_LOADED]]
 
}}
 
}}
This opcode checks if the path is loaded after using [[07C0]].
 
  
==Keywords==
+
This conditional opcode returns true if the car recording has been loaded after [[07C0|requesting it]].
has, load, path, available
+
 
 +
== Keywords ==
 +
has, load, loaded, path, available, car, recording, carrec

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