VGExecute (command)¶
- Table of contents
- VGExecute (command)
- Syntax
- Description
- Examples
- .NET C# Examples
Syntax¶
VGExecute command
Description¶
Executes a Vanguard command directly
Examples¶
-
VGExecute
/who
.NET C# Examples¶
- Ext.VGExecute("/clearalltargets");
- Ext.VGExecute("/who all 50");