User Tools

Site Tools


ashitav3:commands

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
ashitav3:commands [2017/04/18 18:25]
atom0s
ashitav3:commands [2017/04/21 00:55] (current)
atom0s [Bind Commands]
Line 19: Line 19:
     * //Pastes the current clipboard text into the chat input. (Old method, does not support unicode.)//     * //Pastes the current clipboard text into the chat input. (Old method, does not support unicode.)//
  
 +<​html><​div class="​custom-info">​
 +paste_old is deprecated and simply kept around to ensure things work for all users in case the newer paste has issues. It is not recommended to use the older version as it will be removed in a later version of Ashita most likely.
 +</​div></​html>​
 \\ \\
 ===== Window Manipulation Commands ===== ===== Window Manipulation Commands =====
Line 31: Line 34:
     * //Maximizes the game window.//     * //Maximizes the game window.//
  
-**/​windowframe**+**/​windowframe**\\
 **/​window_toggleframe** **/​window_toggleframe**
     * //Toggles the window frame (border).//     * //Toggles the window frame (border).//
  
-**/exit**+**/exit**\\
 **/​terminate** **/​terminate**
     * //Exits the game by force.//     * //Exits the game by force.//
Line 41: Line 44:
 **/move** **/move**
     * //Moves and resizes the game window.//     * //Moves and resizes the game window.//
 +
 +<​code>​
 +/move size [w] [h] - Sets the window size with the given width and height.
 +/move [x] [y] - Moves the window to the given x and y screen coords.
 +</​code>​
  
 \\ \\
 ===== Time Based Commands ===== ===== Time Based Commands =====
 ---- ----
-**/​pause** +**/pause**\\ 
-**/wait**+**/wait**\\
 **/sleep** **/sleep**
     * //Causes Ashita to sleep for a given period of time. (Use with caution, can freeze the game if used incorrectly!//​     * //Causes Ashita to sleep for a given period of time. (Use with caution, can freeze the game if used incorrectly!//​
  
 +<​code>​
 +/wait [time_in_seconds]
 +</​code>​
 \\ \\
 ===== Plugin Commands ===== ===== Plugin Commands =====
Line 56: Line 67:
     * //Plugin specific sub-commands that can be used to interact with plugins.//     * //Plugin specific sub-commands that can be used to interact with plugins.//
  
-**/load** +<​code>​ 
-**/​plugin_load** +/plugin silent - Toggles silent plugin messages. (Stops Ashita from printing load and unload messages for plugins.) 
-**/​loadplugin**+</​code>​ 
 + 
 +**/load**\\ 
 +**/​plugin_load**\\ 
 +**/​loadplugin**\\
 **/​pluginload** **/​pluginload**
     * //Loads a plugin file.//     * //Loads a plugin file.//
  
-**/​unload** +<​code>​ 
-**/​plugin_unload** +/load [name] 
-**/​unloadplugin**+</​code>​ 
 + 
 +**/unload**\\ 
 +**/​plugin_unload**\\ 
 +**/​unloadplugin**\\
 **/​pluginunload** **/​pluginunload**
     * //Unloads a plugin file.//     * //Unloads a plugin file.//
 +
 +<​code>​
 +/unload [name]
 +</​code>​
  
 **/​unloadall** **/​unloadall**
Line 77: Line 100:
 ====== Direct3D Commands ===== ====== Direct3D Commands =====
 ---- ----
-**/​fillmode**+**/​fillmode**\\
 **/​wireframe** **/​wireframe**
     * //Alters the fill mode. (Mainly for toggling wireframe on and off.)//     * //Alters the fill mode. (Mainly for toggling wireframe on and off.)//
 +
 +<​code>​
 +/fillmode - Toggles the fillmode.
 +/fillmode [num] - Sets the fillmode to a specific value. (1 = point, 2 = wireframe, 3 = solid)
 +</​code>​
  
 **/​ambient** **/​ambient**
     * //Alters the ambient lighting.//     * //Alters the ambient lighting.//
  
 +<​code>​
 +/ambient - Toggles the ambient setting on and off.
 +/ambient [0/1] - Sets the ambient setting on and off. (0 = off, 1 = on)
 +/ambient [a] [r] [g] [b] - Sets the ambient color.
 +</​code>​
 \\ \\
 ===== Script Commands ===== ===== Script Commands =====
 ---- ----
-**/exec**+**/exec**\\
 **/​console_exec** **/​console_exec**
     * //Executes a script file.//     * //Executes a script file.//
  
 +<​code>​
 +/exec [name] - The name of the script file to execute within the scripts folder.
 +</​code>​
 \\ \\
 ===== Input Commands ===== ===== Input Commands =====
 ---- ----
-**/input**+**/input**\\
 **/​keyboard_sendstring** **/​keyboard_sendstring**
     * //Forces a string to be parsed by the Ashita command handler.//     * //Forces a string to be parsed by the Ashita command handler.//
  
 +<​code>​
 +/input [command] - Sends a command to the Ashita parser to be interpreted. ​
 +</​code>​
 \\ \\
 ===== Alias Commands ===== ===== Alias Commands =====
Line 104: Line 143:
     * //Interacts with command alias' to create quick shortcuts.//​     * //Interacts with command alias' to create quick shortcuts.//​
  
 +<​code>​
 +/alias [trigger] [command] - Adds an alias with the given trigger and command.
 +/alias add [trigger] [command] - Adds an alias with the given trigger and command.
 +/alias [del|delete] [trigger] - Deletes an alias with the given trigger.
 +/alias list - Lists all teh current bound alias'​.
 +/alias clearall - Clears all alias binds.
 +</​code>​
 \\ \\
 ===== Bind Commands ===== ===== Bind Commands =====
 ---- ----
-**/bind**+**/bind**\\
 **/​keyboard_bind** **/​keyboard_bind**
     * //Interacts with keyboard binds.//     * //Interacts with keyboard binds.//
  
-**/unbind**+<​code>​ 
 +/bind [!^@#​+][key] [down|up] [command] - Binds a key to the given command. 
 +/bind list - Lists the current bind list. 
 +/bind silent - Toggles the silent bind feature to remove message output when binds are added or removed. 
 +</​code>​ 
 + 
 +**/unbind**\\
 **/​keyboard_unbind** **/​keyboard_unbind**
     * //Interacts with keyboard binds.//     * //Interacts with keyboard binds.//
 +
 +<​code>​
 +/unbind [!^@#​+][key] [down|up] [command] - Unbinds a key.
 +</​code>​
  
 **/​unbindall** **/​unbindall**
Line 121: Line 177:
     * //Toggles the bind-block feature to ignore keybinds while chat input is open in-game.//     * //Toggles the bind-block feature to ignore keybinds while chat input is open in-game.//
  
 +<​html><​div class="​custom-info">​
 +Keybind Notes:<​br>​
 +&nbsp;! - Represents ALT key must be pressed with the keybind.<​br>​
 +&nbsp;^ - Represents CTRL key must be pressed with the keybind.<​br>​
 +&nbsp;@ - Represents Windows key must be pressed with the keybind.<​br>​
 +&nbsp;# - Represents Apps key must be pressed with the keybind.<​br>​
 +&nbsp;+ - Represents Shift key must be pressed with the keybind.<​br>​
 +</​div></​html>​
 \\ \\
 ===== Input Device Commands ===== ===== Input Device Commands =====
Line 126: Line 190:
 **/​gamepad** **/​gamepad**
     * //Interacts with gamepad related settings.//     * //Interacts with gamepad related settings.//
 +
 +<​code>​
 +/gamepad [allowbackground|allowbg|bg] - Toggles the gamepad background feature.
 +/gamepad [allowbackground|allowbg|bg] [0|1] - Sets the gamepad background feature on or off. (0 = off, 1 = on)
 +/gamepad [allowbackground|allowbg|bg] [off|on] - Sets the gamepad background feature on or off.
 +</​code>​
  
 **/​blockmouse** **/​blockmouse**
     * //Toggles full mouse blocking.//     * //Toggles full mouse blocking.//
  
ashitav3/commands.1492565111.txt.gz · Last modified: 2017/04/18 18:25 by atom0s