Difference between revisions of "064C"

From GTAMods Wiki
Jump to navigation Jump to search
m (I was looking for something like this.)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
{{OpCode
 
{{OpCode
| ini        = 064C=1,%1d%
+
| games      = {{Icon|SA}}
| description = Makes a [[Particle_(SA)|particle]] visible.  
+
| command    = PLAY_FX_SYSTEM
| p1          = Existing particle handle
+
| description = Makes a [[Particle (SA)|particle]] visible.
| game        = [[San Andreas]]
+
| syntax1    = 064C: make_particle [''particle handle''] visible
 +
| p1t        = [''particle handle'']
 +
| p1d        = The handle of the particle
 
}}
 
}}
 
This opcode makes a particle visible.  
 
This opcode makes a particle visible.  
 
== Sanny Builder example ==
 
 
<source lang="scm">064C: make_particle 62@ visible</source>
 
  
 
==Keywords==
 
==Keywords==
Line 15: Line 13:
  
 
==See also==
 
==See also==
* [[Particle_(SA)#Sanny_Builder_example|Particle (SA)]]
+
* [[Particle_(SA)#Sanny_Builder_example|Particle example]]

Latest revision as of 19:30, 27 January 2016

San Andreas PLAY_FX_SYSTEM


Description
Makes a particle visible.
Syntax
064C: make_particle [particle handle] visible
Parameter
[particle handle]
The handle of the particle

This opcode makes a particle visible.

Keywords

particle, visible

See also