|
Drag[en]gine Script Module DragonScript 1.32.1
|
Public Member Functions | |
| String | buildCommand (Array list) |
| CommandLineParser | new () |
| Array | parseCommand (String command) |
Provides support for parsing command lines into an argument list and to build a command line from an argument list.
| String Dragengine.Utils.CommandLineParser.buildCommand | ( | Array | list | ) |
Build command string from an argument list.
| CommandLineParser Dragengine.Utils.CommandLineParser.new | ( | ) |
Creates a new object.
| Array Dragengine.Utils.CommandLineParser.parseCommand | ( | String | command | ) |
Parse a command line string into a list of string arguments.