Difference between revisions of "064C"
Jump to navigation
Jump to search
(why?) |
|||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{OpCode | {{OpCode | ||
| − | | | + | | games = {{Icon|SA}} |
| − | | description = Makes a [[ | + | | 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 a particle visible. | 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