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

Function CheckString

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

Source from the content-addressed store, hash-verified

1472static int CheckNumber(DScriptScanner* self, int evaluate) { return self->wrapped.CheckNumber(evaluate); }
1473static int CheckBoolToken(DScriptScanner* self) { return self->wrapped.CheckBoolToken(); }
1474static int CheckString(DScriptScanner* self, const FString* name) { return self->wrapped.CheckString(name->GetChars()); }
1475static int CheckFloat(DScriptScanner* self, int evaluate) { return self->wrapped.CheckFloat(evaluate); }
1476static void SetPrependMessage(DScriptScanner* self, const FString* message) { return self->wrapped.SetPrependMessage(*message); }
1477static void SkipToEndOfBlock(DScriptScanner* self) { return self->wrapped.SkipToEndOfBlock(); }

Callers 4

CheckStringMethod · 0.85
GetStringMethod · 0.85
StartBracesMethod · 0.85

Calls 2

CheckStringMethod · 0.45
GetCharsMethod · 0.45

Tested by

no test coverage detected