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

Class CustomFunctionParam

OsiInterface/CustomFunctions.h:101–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99namespace osidbg
100{
101 struct CustomFunctionParam
102 {
103 std::string Name;
104 ValueType Type;
105 FunctionArgumentDirection Dir;
106 };
107
108 class CustomFunction
109 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected