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

Function _hx_getObject

include/Enum.h:92–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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]; }

Callers

nothing calls this directly

Calls 2

_hx_getFixedFunction · 0.85
asDynamicMethod · 0.80

Tested by

no test coverage detected