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

Function StringFilter

source/common/scripting/interface/stringformat.cpp:409–412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

407}
408
409static void StringFilter(FString *self, FString *result)
410{
411 *result = strbin1(self->GetChars());
412}
413
414DEFINE_ACTION_FUNCTION_NATIVE(FStringStruct, Filter, StringFilter)
415{

Callers

nothing calls this directly

Calls 2

strbin1Function · 0.85
GetCharsMethod · 0.45

Tested by

no test coverage detected