| Zesstra | 7ea4a03 | 2019-11-26 20:11:40 +0100 | [diff] [blame] | 1 | SYNOPSIS |
| 2 | string *parse_command_id_list(void) | ||||
| 3 | |||||
| 4 | DESCRIPTION | ||||
| 5 | Used by parse_command(). Return an array of common | ||||
| 6 | singular 'thing' ids in the installation's native language. | ||||
| 7 | |||||
| 8 | EXAMPLE | ||||
| 9 | string *parse_command_id_list() { | ||||
| 10 | return ({ "one", "thing" }); | ||||
| 11 | } | ||||
| 12 | |||||
| 13 | SEE ALSO | ||||
| 14 | parse_command(E) | ||||