drop: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Removed a confused post which was notified to the originating poster, but which he decided to do nothing about, instead of adding his information to the Particle Array he decided not to bother.) |
||
Line 33: | Line 33: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [[ParticleArray]] |= See also | ||
}} | }} | ||
Line 40: | Line 40: | ||
<dl class="command_description"> | <dl class="command_description"> | ||
<!-- Note Section BEGIN --> | <!-- Note Section BEGIN --> | ||
</dl> | </dl> | ||
<h3 style="display:none">Bottom Section</h3> | <h3 style="display:none">Bottom Section</h3> |
Revision as of 19:14, 24 January 2007
Description
- Description:
- Creates a particle effect. This command is used to create smoke, fire and similar effects. The particles are single polygons with single textures that always face the player. They can be set to dynamically change their position, size, direction, can be set to different weights and more or less dependant on the wind.
- Groups:
- Uncategorised
Syntax
- Syntax:
- drop array
- Parameters:
- array: Array - Particle Array in format ParticleArray.
- Return Value:
- Nothing
Examples
- Example 1:
drop ["cl_basic", "", "Billboard", 1, 1, [-3.5*(sin(direction xural)),-3.5*(cos(direction xural)),0], [random 0.1,random 0.1,random 0.5], 1, 0.005, 0.0042, 0.7, [0.3,3], [[0.5,0.5,0.5,0],[0.7,0.7,0.7,0.5],[0.9,0.9,0.9,0]], [0,1,0,1,0,1], 0.2, 0.2, "", "", xural]
Additional Information
- See also:
- ParticleArray
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note