-
-
Notifications
You must be signed in to change notification settings - Fork 71
List_of_console_commands
Andrew McWatters edited this page Jun 11, 2016
·
6 revisions
Name | Description |
---|---|
+inventory | Opens the inventory |
-inventory | Closes the inventory |
chat | Toggles the chat |
clear | Clears the console |
connect | Connects to a server |
disconnect | Disconnects from the server |
echo | Echos text to console |
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 |
region | Loads the specified region |
say | Display player message |
screenshot | Take a screenshot |
toggleconsole | Show/hide the console |
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