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

Method ScriptVariableInfo

RSDKv4/Script.cpp:19–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17
18struct ScriptVariableInfo {
19 ScriptVariableInfo()
20 {
21 type = VAR_ALIAS;
22 access = ACCESS_NONE;
23 StrCopy(name, "");
24 StrCopy(value, "");
25 }
26
27 ScriptVariableInfo(byte type, byte access, const char *name, const char *value)
28 {

Callers

nothing calls this directly

Calls 1

StrCopyFunction · 0.85

Tested by

no test coverage detected