Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ __INumField
Method
__INumField
src/hx/Object.cpp:52–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
}
51
52
double Object::__INumField(int inFieldID)
53
{
54
return __Field( __hxcpp_field_from_id(inFieldID), HX_PROP_DYNAMIC );
55
}
56
57
Dynamic *Object::__GetFieldMap() { return 0; }
58
Callers
1
val_field_numeric
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected