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

Function das_context_eval_with_catch_cmres

src/misc/daScriptC.cpp:309–311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

307}
308
309void das_context_eval_with_catch_cmres ( das_context * context, das_function * fun, vec4f * arguments, void * cmres ) {
310 ((Context *)context)->evalWithCatch((SimFunction *)fun, arguments, cmres);
311}
312
313void das_context_eval_with_catch_cmres_unaligned ( das_context * context, das_function * fun, vec4f_unaligned * arguments, int narguments, void * cmres ) {
314 vec4f * args = nullptr;

Callers 1

mainFunction · 0.85

Calls 1

evalWithCatchMethod · 0.80

Tested by

no test coverage detected