drop: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Some wiki formatting) |
Lou Montana (talk | contribs) m (Text replacement - "<sqf>([^↵][^\/]*↵[^\/]*)<\/sqf>" to "<sqf> $1 </sqf>") |
||
Line 39: | Line 39: | ||
|r1= [[Nothing]] | |r1= [[Nothing]] | ||
|x1= <sqf>drop ["cl_basic", "", "Billboard", 1, 1, | |x1= <sqf> | ||
drop ["cl_basic", "", "Billboard", 1, 1, | |||
[-3.5 * (sin (direction xural)), -3.5 * (cos (direction xural)), 0], | [-3.5 * (sin (direction xural)), -3.5 * (cos (direction xural)), 0], | ||
[random 0.1, random 0.1, random 0.5], | [random 0.1, random 0.1, random 0.5], | ||
Line 45: | Line 46: | ||
[[0.5,0.5,0.5,0], [0.7,0.7,0.7,0.5], [0.9,0.9,0.9,0]], | [[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,1,0,1,0,1], | ||
0.2, 0.2, "", "", xural];</sqf> | 0.2, 0.2, "", "", xural]; | ||
</sqf> | |||
|seealso= [[ParticleArray]] [[setParticleCircle]] [[setParticleParams]] [[setParticleRandom]] [[ParticleTemplates]] [[setParticleClass]] [[particlesQuality]] [[setParticleFire]] | |seealso= [[ParticleArray]] [[setParticleCircle]] [[setParticleParams]] [[setParticleRandom]] [[ParticleTemplates]] [[setParticleClass]] [[particlesQuality]] [[setParticleFire]] | ||
}} | }} |
Revision as of 11:34, 3 September 2024
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 to be more or less dependent on the wind.
- Groups:
- Particles
Syntax
- Syntax:
- drop parameters
- Parameters:
- parameters: Array format ParticleArray
- Return Value:
- Nothing
Examples
- Example 1:
Additional Information
- See also:
- ParticleArray setParticleCircle setParticleParams setParticleRandom ParticleTemplates setParticleClass particlesQuality setParticleFire
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
Categories:
- Scripting Commands
- Introduced with Operation Flashpoint version 1.75
- Operation Flashpoint: New Scripting Commands
- Operation Flashpoint: Scripting Commands
- Operation Flashpoint: Elite: Scripting Commands
- ArmA: Armed Assault: Scripting Commands
- Arma 2: Scripting Commands
- Arma 2: Operation Arrowhead: Scripting Commands
- Take On Helicopters: Scripting Commands
- Arma 3: Scripting Commands
- Command Group: Particles
- Scripting Commands: Local Effect