Difference between revisions of "064C"
Jump to navigation
Jump to search
(Created page with '{{I|Create a more detailed example}} {{OpCode | ini = 064C=1, %1d% | description = Makes a particle visible. | p1 = Existing particle handle | game = [[…') |
|||
| (4 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
| − | |||
{{OpCode | {{OpCode | ||
| − | | | + | | games = {{Icon|SA}} |
| − | | description = Makes a particle visible. | + | | command = PLAY_FX_SYSTEM |
| − | | | + | | description = Makes a [[Particle (SA)|particle]] visible. |
| − | | | + | | syntax1 = 064C: make_particle [''particle handle''] visible |
| + | | p1t = [''particle handle''] | ||
| + | | p1d = The handle of the particle | ||
}} | }} | ||
| − | This opcode makes | + | This opcode makes a particle visible. |
| − | |||
| − | |||
| − | |||
| − | |||
==Keywords== | ==Keywords== | ||
particle, visible | particle, visible | ||
| + | |||
| + | ==See also== | ||
| + | * [[Particle_(SA)#Sanny_Builder_example|Particle example]] | ||
Latest revision as of 19:30, 27 January 2016
- 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