| 90 | DynamicArray _hx_getParameters(); |
| 91 | |
| 92 | inline ::Dynamic _hx_getObject(int inId) { return _hx_getFixed()[inId].asDynamic(); } |
| 93 | inline int _hx_getInt(int inId) { return _hx_getFixed()[inId]; } |
| 94 | inline ::cpp::Int64 _hx_getInt64(int inId) { return _hx_getFixed()[inId].asInt64(); } |
| 95 | inline Float _hx_getFloat(int inId) { return _hx_getFixed()[inId]; } |
nothing calls this directly
no test coverage detected