-
-
Notifications
You must be signed in to change notification settings - Fork 73
List_of_console_commands
Andrew McWatters edited this page Nov 23, 2019
·
6 revisions
Name | Description |
---|---|
+back | Start moving player backward |
+forward | Start moving player forward |
+gamemenu | Opens the gamemenu |
+left | Start moving player left |
+profiler | Opens the profiler |
+right | Start moving player right |
+speed | Start sprinting |
+use | Start using an entity |
+voice | Starts recording voice |
-back | Stop moving player backward |
-forward | Stop moving player forward |
-gamemenu | Closes the gamemenu |
-left | Stop moving player left |
-profiler | Closes the profiler |
-right | Stop moving player right |
-speed | Stop sprinting |
-use | Stop using an entity |
-voice | Stops recording voice |
bind | Binds a key |
chat | Toggles the chat |
clear | Clears the console |
connect | Connects to a server |
disconnect | Disconnects from the server |
echo | Echos text to console |
ent_create | Creates an entity where the player is looking |
exit | Exits the game |
help | Prints help info for the console command or variable |
lua_dofile | Loads and runs the given file |
lua_dostring | Loads and runs the given string |
lua_watch | Watches an expression |
map | Loads the specified map |
say | Display player message |
toggleconsole | Show/hide the console |
zoomin | Zooms the camera in |
zoomout | Zooms the camera out |
Callbacks
- onAddonMounted
- onAddonUnmounted
- onMainMenuActivate
- onMainMenuClose
- onNPCSpawn
- onPlayerChat
- onPlayerConnect
- onPlayerDisconnect
- onPlayerInitialSpawn
- onPlayerSay
- onPlayerSpawn
- onPlayerUse
- onReloadImage
- onReloadScript
- onReloadSound
- quit
- update
Classes
- canvas
- character
- color
- concommand
- context
- convar
- entity
- fullscreencanvas
- host
- map
- networkvar
- payload
- player
- scheme
- shader
- sprite
- tween
- typelenvalues
- vector
Interfaces and Libraries
Panels
- box
- button
- checkbox
- closebutton
- commandbutton
- commandbuttongroup
- dropdownlist
- dropdownlistitem
- dropdownlistitemgroup
- frame
- frametab
- frametabgroup
- frametabpanel
- frametabpanels
- imagepanel
- label
- panel
- passwordtextbox
- progressbar
- radiobutton
- radiobuttongroup
- rootpanel
- scrollablepanel
- scrollbar
- slider
- tabbedframe
- text
- textbox
- textboxautocompleteitemgroup
- throbber
- viewport