23 lines
338 B
Markdown
23 lines
338 B
Markdown
|
---
|
||
|
title: "mgCommand"
|
||
|
description: "Executes internal commands"
|
||
|
layout: "LuaFunctions"
|
||
|
page_status:
|
||
|
- stub
|
||
|
see_also:
|
||
|
- "/builtincommands/"
|
||
|
---
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
```lua
|
||
|
mgCommand(command)
|
||
|
```
|
||
|
`command` includes both the command itself and parameters used
|
||
|
|
||
|
<!--
|
||
|
optional arguments are written in square brackets
|
||
|
|
||
|
below you can add examples
|
||
|
--->
|