benchmark: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
[[Category:Scripting Commands|B]]
[[Category:Scripting Commands|BENCHMARK]]
[[Category:Scripting Commands OFP 1.97|B]]
[[Category:Scripting Commands OFP 1.97|BENCHMARK]]
[[Category:Scripting Commands OFP 1.46|B]]
[[Category:Scripting Commands OFP 1.46|BENCHMARK]]
[[Category:Scripting Commands ArmA|B]]
[[Category:Scripting Commands ArmA|BENCHMARK]]





Revision as of 14:13, 4 May 2006


benchmark


Operand types:

None

Type of returned value:

Number

Description:

Value of "3D performance" in OFP preferences.

This can be used to estimate computer performance.

This function can be used to create missions that are able to adapt to computer peformance.


Example:

? benchmark > 2000 : setViewDistance 2000