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

Method __GetItem

src/Enum.cpp:115–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113
114
115Dynamic EnumBase_obj::__GetItem(int inIndex) const
116{
117 return ((EnumBase_obj *)this)->_hx_getParamI(inIndex);
118}
119
120
121

Callers 10

__getFunction · 0.45
ArrayMethod · 0.45
setDynamicMethod · 0.45
__getFunction · 0.45
IndexRefClass · 0.45
operator++Method · 0.45
operator--Method · 0.45
operator !Method · 0.45
operator ~Method · 0.45
operator -Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected