Difference between revisions of "03CD"

From GTAMods Wiki
Jump to navigation Jump to search
(Created page with "{{Icon|trilogy}} '''REMOVE_STUCK_CAR_CHECK''' <hr /> '''Description''' : Removes the vehicle from the stuck cars array '''Syntax''' :03CD: car [''car handle''] remove_from_stu...")
 
 
Line 12: Line 12:
  
 
This opcode removes the vehicle from the stuck cars array where it was previously [[03CC|stored]].
 
This opcode removes the vehicle from the stuck cars array where it was previously [[03CC|stored]].
 +
 +
==Keywords==
 +
stuck, car, vehicle, check, remove
  
 
==See also==
 
==See also==

Latest revision as of 17:56, 26 June 2015

GTA III Vice City San Andreas REMOVE_STUCK_CAR_CHECK


Description

Removes the vehicle from the stuck cars array

Syntax

03CD: car [car handle] remove_from_stuck_car_check

Parameter

car handle
The handle of the vehicle

Native analog

REMOVE_STUCK_CAR_CHECK

This opcode removes the vehicle from the stuck cars array where it was previously stored.

Keywords

stuck, car, vehicle, check, remove

See also

  • 03CC – adds the car to the stuck cars array
  • 03CE – checks if the car is stuck
  • San Andreas 072F – adds the car to the stuck cars array (extended version)