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

Function to_rts

include/daScript/simulate/sim_policy.h:767–770  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

765 extern DAS_API const char * rts_null;
766
767 __forceinline const char * to_rts ( vec4f a ) {
768 const char * s = cast<const char *>::to(a);
769 return s ? s : rts_null;
770 }
771
772 __forceinline const char * to_rts ( const char * s ) {
773 return s ? s : rts_null;

Callers 10

AddMethod · 0.85
SetAddMethod · 0.85
builtin_sort_stringFunction · 0.85
EquFunction · 0.85
NotEquFunction · 0.85
LessEquFunction · 0.85
GtEquFunction · 0.85
LessFunction · 0.85
GtFunction · 0.85

Calls 1

toFunction · 0.85

Tested by

no test coverage detected