MCPcopy Create free account
hub / github.com/Norbyte/bg3se / GetTypeInfo

Method GetTypeInfo

BG3Extender/GameDefinitions/Stats/Stats.cpp:515–518  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

513}
514
515ModifierList * RPGStats::GetTypeInfo(Object * object)
516{
517 return ModifierLists.GetByHandle(object->ModifierListIndex);
518}
519
520RPGStats::VMTMappings RPGStats::sVMTMappings;
521

Callers

nothing calls this directly

Calls 1

GetByHandleMethod · 0.80

Tested by

no test coverage detected