MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | SYNOPSIS |
2 | int query_player_level(string what) | ||||
3 | |||||
4 | DESCRIPTION | ||||
5 | Check if the user is of high enough level for several things. | ||||
6 | |||||
7 | The argument denotes the action for which permission is to be | ||||
8 | checked: | ||||
9 | |||||
10 | "trace" Is the user allowed to use tracing? | ||||
11 | "inspect memory" Is the user allowed to issue the | ||||
12 | special command "showsmallnewmalloced"? | ||||
13 | |||||
14 | SEE ALSO | ||||
15 | trace(E), showsmallnewmalloced(D), malloc(D), status(D), memory(C) |