2023-08-10 12:17:28 +00:00
|
|
|
---
|
|
|
|
title: "mgCommand"
|
|
|
|
description: "Executes internal commands"
|
|
|
|
layout: "LuaFunctions"
|
|
|
|
page_status:
|
|
|
|
- stub
|
|
|
|
see_also:
|
2023-08-11 12:35:16 +00:00
|
|
|
- "[Builtin Commands](/builtincommands/)"
|
2023-08-10 12:17:28 +00:00
|
|
|
---
|
|
|
|
|
|
|
|
## 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
|
|
|
|
--->
|