MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / qMathIntToFloat

Function qMathIntToFloat

scripts/DallasFuncs.cpp:5979–5979  ·  view source on GitHub ↗

$$QUERY Math f:Convert int [i:Int] to float qMathIntToFloat Convert Int to Float Converts an integer value to a floating-point value Parameters: Int: the interger that's converted to a float $$END */

Source from the content-addressed store, hash-verified

5977$$END
5978*/
5979float qMathIntToFloat(int i) { return (float)i; }
5980
5981/*
5982$$QUERY

Callers 4

CallEventMethod · 0.85
CallEventMethod · 0.85
CallEventMethod · 0.85
CallEventMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected