Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GRAnimated/MinecraftLCE
/ getObjListParent
Method
getObjListParent
src/4JLibraries_Source/fui/node/FJ_Base.cpp:17–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
void FJ_Base::HandleCharInput(uint) {}
16
17
void* FJ_Base::getObjListParent() {
18
return this->m_objListParent;
19
}
20
21
int FJ_Base::getId() {
22
return this->m_id;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected