DESCRIPTION¶
Used by parse_command
(E). Return an array of common singular ‘thing’ ids in the installation’s native language.
USAGE¶
string *parse_command_id_list() {
return ({ "one", "thing" });
}
Used by parse_command
(E). Return an array of common singular ‘thing’ ids in the installation’s native language.
string *parse_command_id_list() {
return ({ "one", "thing" });
}