MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / __ToDouble

Method __ToDouble

src/Dynamic.cpp:65–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 String toString() HXCPP_OVERRIDE { return String(mValue); }
64 String __ToString() const HXCPP_OVERRIDE { return String(mValue); }
65 double __ToDouble() const HXCPP_OVERRIDE { return mValue; }
66 int __ToInt() const HXCPP_OVERRIDE { return mValue; }
67 cpp::Int64 __ToInt64() const HXCPP_OVERRIDE { return mValue; }
68

Callers 15

__CompareMethod · 0.45
__CompareMethod · 0.45
__CompareMethod · 0.45
operator+Method · 0.45
operator%Method · 0.45
IsIntFunction · 0.45
val_floatFunction · 0.45
val_numberFunction · 0.45
ScriptableFieldFunction · 0.45
ValToFloatFunction · 0.45
runFloatMethod · 0.45
runFloatMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected