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

Function GetModManagerServer

BG3Extender/Osiris/Functions/FunctionUtilities.cpp:28–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 }
27
28 ModManager * GetModManagerServer()
29 {
30 auto server = GetEoCServer();
31 if (server == nullptr) {
32 return nullptr;
33 } else {
34 return &server->ModManager;
35 }
36 }
37
38 bool IsHexChar(char c)
39 {

Callers

nothing calls this directly

Calls 1

GetEoCServerFunction · 0.85

Tested by

no test coverage detected