blob: 0f71a612833afdc887129b8de418236a10508ce6 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001SYNOPSIS
Zesstra7ea4a032019-11-26 20:11:40 +01002 string *parse_command_prepos_list(void)
MG Mud User88f12472016-06-24 23:31:02 +02003
4DESCRIPTION
Zesstra7ea4a032019-11-26 20:11:40 +01005 Used by parse_command(). Return an array of common
6 prepositions in the installation's native language.
7
8EXAMPLE
9 string *parse_command_prepos_list() {
10 return ({ "in", "on", "under", "behind", "beside" });
11 }
MG Mud User88f12472016-06-24 23:31:02 +020012
13SEE ALSO
Zesstra7ea4a032019-11-26 20:11:40 +010014 parse_command(E)