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

Method AssignHandle

BG3Extender/Osiris/Shared/CustomFunctions.h:138–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136 }
137
138 inline void AssignHandle(FunctionHandle handle)
139 {
140 handle_ = handle;
141 }
142
143 bool ValidateArgs(OsiArgumentDesc const & params) const;
144 void GenerateHeader(std::stringstream & ss, std::unordered_map<ValueType, STDString>& typeMap) const;

Callers 2

RegisterMethod · 0.80
RegisterDynamicMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected