MCPcopy Create free account
hub / github.com/EQEmu/EQEmu / lua_get_class_bitmask

Function lua_get_class_bitmask

zone/lua_general.cpp:5487–5489  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5485}
5486
5487uint16 lua_get_class_bitmask(uint8 class_id) {
5488 return GetPlayerClassBit(class_id);
5489}
5490
5491uint32 lua_get_deity_bitmask(uint32 deity_id) {
5492 return Deity::GetBitmask(deity_id);

Callers

nothing calls this directly

Calls 1

GetPlayerClassBitFunction · 0.85

Tested by

no test coverage detected