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

Function isText

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

Source from the content-addressed store, hash-verified

1456static void GetStringContents(DScriptScanner* self, FString* str) { *str = self->wrapped.String; }
1457static void UnGet(DScriptScanner* self) { return self->wrapped.UnGet(); }
1458static int isText(DScriptScanner* self) { return self->wrapped.isText(); }
1459static int GetMessageLine(DScriptScanner* self) { return self->wrapped.GetMessageLine(); }
1460static void Close(DScriptScanner* self) { return self->wrapped.Close(); }
1461static void SetCMode(DScriptScanner* self, int cmode) { return self->wrapped.SetCMode(cmode); }

Callers 1

Calls 1

isTextMethod · 0.80

Tested by

no test coverage detected