Difference between revisions of "CSecurity::ignore"

From King Arthur's Gold Wiki
Jump to: navigation, search
(Created page with "<onlyinclude> Ignores/mutes the given player (by name or CPlayer reference) for the given length of time, in minutes. </onlyinclude> If this is done clientside, it will igno...")
 
(No difference)

Latest revision as of 18:54, 17 September 2012

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