Table of Contents

BanManagerSO::addBan

There is no doc-string available for this function.

Syntax

script BanManagerSO::addBan(string %this, string %adminID, string %victimID, string %victimBL_ID, string %reason, string %banTime);

Parameters

string %this
No description available.

string %adminID
No description available.

string %victimID
No description available.

string %victimBL_ID
No description available.

string %reason
No description available.

string %banTime
No description available.

Return value

script
No description available.

Remarks

Examples

Source

base/server/scripts/allGameScripts.cs:4156

See also

BanManagerSO::dumpBans
BanManagerSO::isBanned
BanManagerSO::loadBans
BanManagerSO::removeBan
BanManagerSO::RemoveBanBL_ID
BanManagerSO::saveBans
BanManagerSO::sendBanList

References

This function is not called by any other functions.