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

Function das_argument_int

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

Source from the content-addressed store, hash-verified

524}
525
526int das_argument_int ( vec4f arg ) { return cast<int>::to(arg); }
527unsigned int das_argument_uint ( vec4f arg ) { return cast<unsigned int>::to(arg); }
528long long das_argument_int64 ( vec4f arg ) { return cast<long long>::to(arg); }
529unsigned long long das_argument_uint64 ( vec4f arg ) { return cast<unsigned long long>::to(arg); }

Callers 10

c_fast_clamp_intFunction · 0.85
c_call_function_implFunction · 0.85
c_call_lambda_implFunction · 0.85
c_call_block_implFunction · 0.85
part2_solutionFunction · 0.85
mainFunction · 0.85
part_a_workerFunction · 0.85
part_b_workerFunction · 0.85
mainFunction · 0.85

Calls 1

toFunction · 0.85

Tested by

no test coverage detected