WoW:API ConsoleExec: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (New page: {{wowapi}} Execute a console command. ConsoleExec( "command" ); == Parameters == === Arguments === :;command : String - The console command to execute. ---- === Details === <code>/r...)
 
m (Move page script moved page API ConsoleExec to API ConsoleExec without leaving a redirect)
 
(No difference)

Latest revision as of 04:45, 15 August 2023

WoW API < ConsoleExec

Execute a console command.

 ConsoleExec( "command" );

Parameters[edit]

Arguments[edit]

command
String - The console command to execute.

Details[edit]

/run ConsoleExec( "command" ) is equivalent to /console command.