Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
373
uint16 GetPlayerClassBit(uint8 class_id)
374
{
375
if (!IsPlayerClass(class_id)) {
376
return 0;
377
}
378
379
return player_class_bitmasks[class_id];
380
}
381
382
bool IsFighterClass(uint8 class_id)
383
{
Callers
15
GetClassBitmask
Method · 0.85
lua_get_class_bitmask
Function · 0.85
Perl__get_class_bitmask
Function · 0.85
Perl_Client_GetClassBitmask
Function · 0.85
Filter_ByClasses
Function · 0.85
IsValidRaceClassCombo
Method · 0.85
AddBotStartingItems
Method · 0.85
CommonDamage
Method · 0.85
OPCombatAbility
Method · 0.85
CanClassEquipItem
Method · 0.85
FindClass
Function · 0.85
bot_command_item_use
Function · 0.85
Calls
1
IsPlayerClass
Function · 0.85
Tested by
1
OPCombatAbility
Method · 0.68