Difference between revisions of "014C"
Jump to navigation
Jump to search
m |
(page updates) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | {{OpCode | |
− | ''' | + | | games = {{Icon|t}} |
− | ''' | + | | command = SWITCH_CAR_GENERATOR |
− | ''' | + | | description = Switches the car generator |
+ | | syntax1 = 014C: set_parked_car_generator [''car generator''] cars_to_generate_to [''int''] | ||
+ | | p1t = [''car generator''] | ||
+ | | p1d = The [[014B|handle of the car generator]] | ||
+ | | p2t = [''int''] | ||
+ | | p2d = 0 = off (default), {{hint|101|or any value other than 0}} = on | ||
+ | | native = [[SWITCH_CAR_GENERATOR]] | ||
+ | }} | ||
− | This opcode | + | This opcode switches the car generator created using [[014B]], which is off by default. Oddly, an integer value less than 101 is meant to be a counter for the number of times the car generator spawns the vehicle before it stops spawning but a bug prevents this feature from working. |
− | ==Keywords== | + | |
− | parked, car, vehicle, generator | + | == Keywords == |
− | + | set, parked, car, vehicle, generator, switch |
Latest revision as of 05:15, 13 June 2016
- Description
- Switches the car generator
- Syntax
- 014C: set_parked_car_generator [car generator] cars_to_generate_to [int]
- Parameter
- [car generator]
- The handle of the car generator
- [int]
- 0 = off (default), 101 = on
- Native analog
- SWITCH_CAR_GENERATOR
This opcode switches the car generator created using 014B, which is off by default. Oddly, an integer value less than 101 is meant to be a counter for the number of times the car generator spawns the vehicle before it stops spawning but a bug prevents this feature from working.
Keywords
set, parked, car, vehicle, generator, switch