MCPcopy Create free account
hub / github.com/Norbyte/ositools / GetCustomStatSystem

Method GetCustomStatSystem

OsiInterface/DivInterface.h:538–542  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

536 }
537
538 inline esv::CustomStatSystem * GetCustomStatSystem()
539 {
540 auto sys = SystemTypes.Buf[(uint32_t)SystemType::CustomStat].System;
541 return (esv::CustomStatSystem *)((uint8_t *)sys - 0x18);
542 }
543 };
544
545 struct CharacterFactory : public NetworkObjectFactory

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected