CSecurity::ignore

From King Arthur's Gold Wiki
Revision as of 18:54, 17 September 2012 by Shadlington (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Ignores/mutes the given player (by name or CPlayer reference) for the given length of time, in minutes.


If this is done clientside, it will ignore the player. If this is done serverside, it will mute the player.

void ignore( CPlayer@ player, const int minutes )
void ignore( const string &in username, const int minutes )

Object method of: CSecurity