Highroad Engine v1.3
Static Public Member Functions | List of all members
MoreMountains.Tools.MMDebugMenuCommands Class Reference

Command lines to be run from the MMDebugMenu To add new ones, add the [MMDebugLogCommand] attribute to any static method More...

Inheritance diagram for MoreMountains.Tools.MMDebugMenuCommands:

Static Public Member Functions

static void Now ()
 Outputs Time.time More...
 
static void Clear ()
 Clears the console More...
 
static void Restart ()
 Restarts the current scene More...
 
static void Reload ()
 Reloads the current scene More...
 
static void Sysinfo ()
 Displays system info More...
 
static void Quit ()
 Exits the application More...
 
static void Exit ()
 Exits the application More...
 
static void Help ()
 Displays a list of all the commands More...
 
static void Vsync (string[] args)
 Sets the vsync count to the specified parameter More...
 
static void Framerate (string[] args)
 Sets the target framerate to the specified value More...
 
static void Timescale (string[] args)
 Sets the target timescale to the specified value More...
 
static void Biggest (string[] args)
 Computes and displays the biggest int out of the two passed in arguments Just an example of how you can do multiple argument commands More...
 

Detailed Description

Command lines to be run from the MMDebugMenu To add new ones, add the [MMDebugLogCommand] attribute to any static method

Member Function Documentation

◆ Biggest()

static void MoreMountains.Tools.MMDebugMenuCommands.Biggest ( string[]  args)
static

Computes and displays the biggest int out of the two passed in arguments Just an example of how you can do multiple argument commands

Parameters
args

◆ Clear()

static void MoreMountains.Tools.MMDebugMenuCommands.Clear ( )
static

Clears the console

◆ Exit()

static void MoreMountains.Tools.MMDebugMenuCommands.Exit ( )
static

Exits the application

◆ Framerate()

static void MoreMountains.Tools.MMDebugMenuCommands.Framerate ( string[]  args)
static

Sets the target framerate to the specified value

Parameters
args

◆ Help()

static void MoreMountains.Tools.MMDebugMenuCommands.Help ( )
static

Displays a list of all the commands

◆ Now()

static void MoreMountains.Tools.MMDebugMenuCommands.Now ( )
static

Outputs Time.time

◆ Quit()

static void MoreMountains.Tools.MMDebugMenuCommands.Quit ( )
static

Exits the application

◆ Reload()

static void MoreMountains.Tools.MMDebugMenuCommands.Reload ( )
static

Reloads the current scene

◆ Restart()

static void MoreMountains.Tools.MMDebugMenuCommands.Restart ( )
static

Restarts the current scene

◆ Sysinfo()

static void MoreMountains.Tools.MMDebugMenuCommands.Sysinfo ( )
static

Displays system info

◆ Timescale()

static void MoreMountains.Tools.MMDebugMenuCommands.Timescale ( string[]  args)
static

Sets the target timescale to the specified value

Parameters
args

◆ Vsync()

static void MoreMountains.Tools.MMDebugMenuCommands.Vsync ( string[]  args)
static

Sets the vsync count to the specified parameter

Parameters
args

The documentation for this class was generated from the following file: