Built in commands

Introduction

qASIC comes with a lot of built in commands to help you start out faster with the Game Console. These commands can be disabled through the configuration file.

Commands

Command

Aliases

Description

clear

clr; cls

Clears console

echo

print

Creates a new log containing a message

help

-

Displays help. Depending on your config you can specify a page to display or get detailed descriptions of a command by running help <command name>

version

info; about

Displays version

specification

hardware; specs;

Displays system specs

exit

quit

Closes the game. This command is disabled by default on webGL builds

scene

loadscene; level; loadlevel

Loads specified scene. Use scene; scene <name>

scenelist

-

Displays list of all scenes

timescale

-

Changes the time scale. Use timescale; timescale <value>

fov

fieldofview

Changes camera field of view. Use fov; fov <value>

input

keys

Changes or prints out user preferences. Use input change <input name>; input print

changeoption

option; options; settings

Changes the specified setting in the Options System. Use changeoption <setting name> <value>

audioparameter

changeparameter; changeaudioparameter

Changes the specified audio parameters value. Use audioparameter <parameter> ; audioparameter <parameter> <value>

debugdisplayer

-

Toggles debug displayer. Use debugdisplayer; debugdisplayer <value>

cleardebugdisplayer

cleardebug

Clears debug displayer

Last updated