Difference between revisions of "064E"

From GTAMods Wiki
Jump to navigation Jump to search
(Created page with '{{OpCode | ini = 064E=1, %1d% | description = Stops a particle. | p1 = Existing particle handle | game = San Andreas }} This opcode…')
 
Line 1: Line 1:
 
{{OpCode
 
{{OpCode
| ini        = 064E=1, %1d%
+
| games      = {{Icon|SA}}
| description = Stops a [[Particle_(SA)|particle]].
+
| description = Stops a [[Particle (SA)|particle]]
| p1          = Existing particle handle
+
| syntax1    = 064E: stop_particle [''particle handle'']
| game        = [[San Andreas]]
+
| p1t        = [''particle handle'']
 +
| p1d        = The handle of the particle
 
}}
 
}}
This opcode stops a particle.  
+
This opcode stops a particle.
 
 
== Sanny Builder example ==
 
 
 
<source lang="scm">064E: stop_particle 55@</source>
 
  
 
==Keywords==
 
==Keywords==
 
particle, stop
 
particle, stop
 
==See also==
 
* [[Particle_(SA)|Particle (SA)]]
 

Revision as of 05:58, 26 January 2016

San Andreas


Description
Stops a particle
Syntax
064E: stop_particle [particle handle]
Parameter
[particle handle]
The handle of the particle

This opcode stops a particle.

Keywords

particle, stop