blob: 484e18e19339945611b4b0885617ba80ebb736e6 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001SYNOPSIS
2 int query_player_level(string what)
3
4DESCRIPTION
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
14SEE ALSO
15 trace(E), showsmallnewmalloced(D), malloc(D), status(D), memory(C)