MCPcopy Create free account
hub / github.com/ElunaLuaEngine/Eluna / Ban

Function Ban

methods/VMangos/GlobalMethods.h:1735–1786  ·  view source on GitHub ↗

* Ban's a [Player]'s account, character or IP * * enum BanMode * { * BAN_ACCOUNT = 0, * BAN_CHARACTER = 1, * BAN_IP = 2 * }; * * @param [BanMode] banMode : method of ban, refer to BanMode above * @param string nameOrIP : If BanMode is 0 then accountname, if 1 then charactername if 2 then ip * @param uint32 d

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 3

CHECKVAL<int>Method · 0.80
CHECKVAL<const char*>Method · 0.80
PushMethod · 0.45

Tested by

no test coverage detected