MCPcopy Create free account
hub / github.com/RSDKModding/RSDKv4-Decompilation / FunctionInfo

Method FunctionInfo

RSDKv4/Script.cpp:42–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40
41struct FunctionInfo {
42 FunctionInfo()
43 {
44 StrCopy(name, "");
45 opcodeSize = 0;
46 }
47 FunctionInfo(const char *functionName, int opSize)
48 {
49 StrCopy(name, functionName);

Callers

nothing calls this directly

Calls 1

StrCopyFunction · 0.85

Tested by

no test coverage detected