MCPcopy Create free account
hub / github.com/ZDoom/Raze / GetString

Function GetString

source/common/scripting/interface/vmnatives.cpp:1468–1468  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1466static void AddSymbolInt(DScriptScanner* self, const FString* name, int32_t value) { return self->wrapped.AddSymbol(name->GetChars(), value); }
1467static void AddSymbolDouble(DScriptScanner* self, const FString* name, double value) { return self->wrapped.AddSymbol(name->GetChars(), value); }
1468static int GetString(DScriptScanner* self) { return self->wrapped.GetString(); }
1469static int GetNumber(DScriptScanner* self, int evaluate) { return self->wrapped.GetNumber(evaluate); }
1470static int GetFloat(DScriptScanner* self, int evaluate) { return self->wrapped.GetFloat(evaluate); }
1471static int CheckValue(DScriptScanner* self, int allowfloat, int evaluate) { return self->wrapped.CheckValue(allowfloat, evaluate); }

Callers 11

GetStringMethod · 0.85
serializer.cppFile · 0.85
MustGetStringMethod · 0.85
CheckStringMethod · 0.85
GetNumberMethod · 0.85
CheckNumberMethod · 0.85
CheckFloatMethod · 0.85
GetFloatMethod · 0.85
GetStringMethod · 0.85
localizeMethod · 0.85

Calls 1

GetStringMethod · 0.45

Tested by

no test coverage detected