Difference between revisions of "064F"

From GTAMods Wiki
Jump to navigation Jump to search
(Created page with '{{OpCode | ini = 064F=1,remove_references_to_particle %1d% | description = Releases a particle from memory and makes it visible. | p1 = Existi…')
 
Line 1: Line 1:
 
{{OpCode
 
{{OpCode
| ini        = 064F=1,remove_references_to_particle %1d%
+
| ini        = 064F=1, %1d%
 
| description = Releases a [[Particle_(SA)|particle]] from memory and makes it visible.  
 
| description = Releases a [[Particle_(SA)|particle]] from memory and makes it visible.  
 
| p1          = Existing particle handle
 
| p1          = Existing particle handle

Revision as of 18:53, 17 October 2010

{{{games}}}


Description
Releases a particle from memory and makes it visible.
Syntax
{{{syntax1}}}
Parameter

This opcode releases a particle from memory and makes it visible.

Sanny Builder example

064F: remove_references_to_particle 167@

Keywords

particle, visible, free memory

See also