MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / onArgument

Method onArgument

src/runtime/context.cpp:676–680  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

674 ssw << ")\n";
675 }
676 virtual void onArgument ( FuncInfo * info, int i, VarInfo * field, vec4f arg ) override {
677 ssw << "\t" << info->fields[i]->name
678 << ": " << debug_type(field)
679 << " = \t" << debug_value(arg, field, PrintFlags::stackwalker) << "\n";
680 }
681 virtual void onBeforeVariables ( ) override {
682 ssw << "--> local variables\n";
683 }

Callers

nothing calls this directly

Calls 2

debug_typeFunction · 0.85
debug_valueFunction · 0.85

Tested by

no test coverage detected