Difference between revisions of "ISKernel:MaxFPS (Command)"
Jump to navigation
Jump to search
(3 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
MaxFPS -bg|-fg [-calculate|-absolute] [frames per second] | MaxFPS -bg|-fg [-calculate|-absolute] [frames per second] | ||
− | == | + | == Forms == |
− | + | *MaxFPS -fg - displays maxfps information for the foreground | |
+ | *MaxFPS -bg - displays maxfps information for the background | ||
+ | *MaxFPS -fg -calculate - changes the foreground mode to calculate | ||
+ | *MaxFPS -fg 60 - changes the maxfps for the foreground to 60 | ||
+ | :Default limiting is set to 60fps in "calculate" mode for the foreground, and 30fps in "absolute" mode for the background. | ||
== Examples == | == Examples == | ||
+ | === Display the MaxFPS for the background === | ||
*MaxFPS -bg | *MaxFPS -bg | ||
+ | === Display the MaxFPS for the foreground === | ||
*MaxFPS -fg | *MaxFPS -fg | ||
+ | === Set the MaxFPS foreground mode to calculate === | ||
*MaxFPS -fg -calculate | *MaxFPS -fg -calculate | ||
+ | === Set the MaxFPS foreground mode to absolute === | ||
*MaxFPS -fg -absolute | *MaxFPS -fg -absolute | ||
+ | === Set the MaxFPS foreground mode to calculate and 60 FPS === | ||
*MaxFPS -fg -calculate 60 | *MaxFPS -fg -calculate 60 | ||
+ | === Set the MaxFPS foreground mode to 60 === | ||
*MaxFPS -fg 60 | *MaxFPS -fg 60 | ||
== See Also == | == See Also == | ||
*[[LavishScript:Commands|LavishScript Commands]] | *[[LavishScript:Commands|LavishScript Commands]] | ||
+ | *[[IS:Kernel#Commands|Kernel Commands]] | ||
*[[IS:Session#Commands|Inner Space Session Commands]] | *[[IS:Session#Commands|Inner Space Session Commands]] | ||
+ | |||
{{Command-Stub}} | {{Command-Stub}} | ||
[[Category:Inner Space]] | [[Category:Inner Space]] | ||
− | [[Category:Inner Space | + | [[Category:Inner Space Kernel]] |
− | [[Category:Inner Space | + | [[Category:Inner Space Kernel Commands]] |
Latest revision as of 04:53, 19 October 2005
Contents
Syntax
MaxFPS | |
Usage | Intermediate |
Level of Understanding | Intermediate |
Computer Savvy | Beginner |
Logic | Intermediate |
MaxFPS -bg|-fg [-calculate|-absolute] [frames per second]
Forms
- MaxFPS -fg - displays maxfps information for the foreground
- MaxFPS -bg - displays maxfps information for the background
- MaxFPS -fg -calculate - changes the foreground mode to calculate
- MaxFPS -fg 60 - changes the maxfps for the foreground to 60
- Default limiting is set to 60fps in "calculate" mode for the foreground, and 30fps in "absolute" mode for the background.
Examples
Display the MaxFPS for the background
- MaxFPS -bg
Display the MaxFPS for the foreground
- MaxFPS -fg
Set the MaxFPS foreground mode to calculate
- MaxFPS -fg -calculate
Set the MaxFPS foreground mode to absolute
- MaxFPS -fg -absolute
Set the MaxFPS foreground mode to calculate and 60 FPS
- MaxFPS -fg -calculate 60
Set the MaxFPS foreground mode to 60
- MaxFPS -fg 60
See Also