particlesQuality: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (see also)
(description, example)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Return current settings for particles quality.  |= Description
| Return current settings for particles quality (configure->video->general). 0-low, 1-normal, 2-high |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 15: Line 15:




|x1= <code>
|x1= <code>_currentQuality = [[particlesQuality]];</code>|= EXAMPLE1  
</code>|= EXAMPLE1  


____________________________________________________________________________________________
____________________________________________________________________________________________

Revision as of 20:15, 24 January 2016

Hover & click on the images for description

Description

Description:
Return current settings for particles quality (configure->video->general). 0-low, 1-normal, 2-high
Groups:
Uncategorised

Syntax

Syntax:
particlesQuality
Return Value:
Number

Examples

Example 1:
_currentQuality = particlesQuality;

Additional Information

See also:
setParticleCirclesetParticleParamssetParticleRandomParticleTemplatessetParticleClasssetParticleFire

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

Notes

Bottom Section