module_name is part of the command interface for april library.
id.info <id> | information about this id |
id.info help | prints usage instructions |
id | An id previously registered with id.new or with other functions that register IDs |
Along with the numeric value the strings associated with them are also printed.
id.list | lists registered IDs in current world |
id.list help | prints usage instructions |
This function will check if that name is already associted with an id and will refuse to create the id if that is the case.
id.new <name> | create new unique id in current world |
id.new help | prints usage instructions |
name | the string to be associated with the new numeric id that will be created. |
Plug-ins | april-cmd library | World |