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

Function GetMessageLine

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

Source from the content-addressed store, hash-verified

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); }
1462static void SetNoOctals(DScriptScanner* self, int cmode) { return self->wrapped.SetNoOctals(cmode); }

Callers 1

Calls 1

GetMessageLineMethod · 0.80

Tested by

no test coverage detected