Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
41
struct 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
StrCopy
Function · 0.85
Tested by
no test coverage detected