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

Method GetGlobalStringTable

OsiInterface/DataLibraries.h:82–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 }
81
82 inline GlobalStringTable const * GetGlobalStringTable() const
83 {
84 if (GlobalStrings) {
85 return *GlobalStrings;
86 }
87 else {
88 return nullptr;
89 }
90 }
91
92 inline esv::GameActionManager * GetGameActionManager() const
93 {

Callers 2

ToFixedStringFunction · 0.80
NameGuidToFixedStringFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected