benchmark: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Wiki links are currently case sensitive.) |
||
Line 28: | Line 28: | ||
'''Example:''' | '''Example:''' | ||
? '''benchmark''' > 2000 : [[ | ? '''benchmark''' > 2000 : [[setViewDistance]] 2000 |
Revision as of 14:49, 21 April 2006
back to COMREF
benchmark
Operand types:
None
Type of returned value:
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