| 513 | } |
| 514 | |
| 515 | ModifierList * RPGStats::GetTypeInfo(Object * object) |
| 516 | { |
| 517 | return ModifierLists.GetByHandle(object->ModifierListIndex); |
| 518 | } |
| 519 | |
| 520 | RPGStats::VMTMappings RPGStats::sVMTMappings; |
| 521 |
nothing calls this directly
no test coverage detected