| 5485 | } |
| 5486 | |
| 5487 | uint16 lua_get_class_bitmask(uint8 class_id) { |
| 5488 | return GetPlayerClassBit(class_id); |
| 5489 | } |
| 5490 | |
| 5491 | uint32 lua_get_deity_bitmask(uint32 deity_id) { |
| 5492 | return Deity::GetBitmask(deity_id); |
nothing calls this directly
no test coverage detected