Difference between revisions of "02C5"

From GTAMods Wiki
Jump to navigation Jump to search
(Created page with "{{OpCode | games = {{Icon|3}} | command = GET_NUMBER_OF_POWER_PILLS_EATEN | description = Gets the number of donkey magazines collected |...")
 
m
 
Line 2: Line 2:
 
| games      = {{Icon|3}}
 
| games      = {{Icon|3}}
 
| command    = GET_NUMBER_OF_POWER_PILLS_EATEN
 
| command    = GET_NUMBER_OF_POWER_PILLS_EATEN
| description = Gets the number of [[Pickup#Pac-Man pickups|donkey magazines]] collected
+
| description = Gets the number of [[Pickup#Pac-Man pickups|donkey magazine pickups]] collected
 
| syntax1    = 02C5: [''var''] = donkey_mags_picked_up
 
| syntax1    = 02C5: [''var''] = donkey_mags_picked_up
 
| p1t        = [''var'']
 
| p1t        = [''var'']
Line 8: Line 8:
 
}}
 
}}
  
This opcode gets the number of donkey magazines collected created through opcodes [[02C3]] or [[02DA]]. The number can be reset through opcode [[02D9]].
+
This opcode gets the number of collected donkey magazine pickups, which can be created through opcodes [[02C3]] or [[02DA]]. The number can be reset through [[02D9]] or by recreating the pickups through [[02C3]].
  
 
== Keywords ==
 
== Keywords ==
 
get, store, number, donkey, magazine, pickup, power, pill, eaten
 
get, store, number, donkey, magazine, pickup, power, pill, eaten

Latest revision as of 04:44, 8 October 2016

GTA III GET_NUMBER_OF_POWER_PILLS_EATEN


Description
Gets the number of donkey magazine pickups collected
Syntax
02C5: [var] = donkey_mags_picked_up
Parameter
[var]
Variable to store the number, an integer value

This opcode gets the number of collected donkey magazine pickups, which can be created through opcodes 02C3 or 02DA. The number can be reset through 02D9 or by recreating the pickups through 02C3.

Keywords

get, store, number, donkey, magazine, pickup, power, pill, eaten