package
0.0.0-20230403213534-aecff932a8f4
Repository: https://github.com/ev2-1/minetest-go.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
returns a copy of the map containing all Help structs does NOT copy Help structs themselves entries in the map can be nil.
Wraps ParseArgs; panics if error is encountered.
ParseArg tries to parse a argument from string Syntax is <type>:<name> split at first colon; if no type is specified ArgAny is used.
ParseArgs tries to parse a space seperated list of arguments Syntax is same used by ParseArg.
RegisterHelp registers a Help struct to global map if help.Name is empty it is set to name.

# Constants

any.
bool.
int.
pos.
string.
uint.

# Variables

No description provided by the author

# Structs

Argument defines a argument to a chatcommand.
Help defines the help given for a give chatcommand.

# Type aliases

No description provided by the author