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

Function _hx_getString

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

Source from the content-addressed store, hash-verified

95 inline Float _hx_getFloat(int inId) { return _hx_getFixed()[inId]; }
96 inline bool _hx_getBool(int inId) { return _hx_getFixed()[inId]; }
97 inline ::String _hx_getString(int inId) { return _hx_getFixed()[inId].asString(); }
98 inline ::Dynamic _hx_getParamI(int inId) { return _hx_getFixed()[inId]; }
99 inline int _hx_getParamCount() { return mFixedFields; }
100 // Alias for _hx_getParamI

Callers

nothing calls this directly

Calls 2

_hx_getFixedFunction · 0.85
asStringMethod · 0.80

Tested by

no test coverage detected