ISKernel:MaxFPS (Command)
Contents
Syntax
MaxFPS | |
Usage | Intermediate |
Level of Understanding | Intermediate |
Computer Savvy | Beginner |
Logic | Intermediate |
MaxFPS -bg|-fg [-calculate|-absolute] [frames per second]
Description
Displays or changes the framerate limiting setting. By 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