mud/lib/doc/efun/mudlib/set_privs
2020-09-06 05:43:07 -07:00

16 lines
371 B
Plaintext

set_privs - set the privs string for an object
void set_privs( object ob, string privs );
This efun is only available when PRIVS is compiled in.
Sets the privs string for 'ob' to 'privs'.
This efun is only available if PRIVS is defined at driver compile time.
See also:
privs_file,
query_privs
Tim Hollebeek Beek@ZorkMUD, Lima Bean, IdeaExchange, and elsewhere