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

Function GetPlayerClassBit

common/classes.cpp:373–380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

371}
372
373uint16 GetPlayerClassBit(uint8 class_id)
374{
375 if (!IsPlayerClass(class_id)) {
376 return 0;
377 }
378
379 return player_class_bitmasks[class_id];
380}
381
382bool IsFighterClass(uint8 class_id)
383{

Callers 15

GetClassBitmaskMethod · 0.85
lua_get_class_bitmaskFunction · 0.85
Perl__get_class_bitmaskFunction · 0.85
Filter_ByClassesFunction · 0.85
IsValidRaceClassComboMethod · 0.85
AddBotStartingItemsMethod · 0.85
CommonDamageMethod · 0.85
OPCombatAbilityMethod · 0.85
CanClassEquipItemMethod · 0.85
FindClassFunction · 0.85
bot_command_item_useFunction · 0.85

Calls 1

IsPlayerClassFunction · 0.85

Tested by 1

OPCombatAbilityMethod · 0.68