Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClassiCube/ClassiCube
/ Model_Register
Function
Model_Register
src/Model.c:485–487 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
483
}
484
485
void Model_Register(struct Model* model) {
486
LinkedList_Append(model, models_head, models_tail);
487
}
488
489
void Model_Unregister(struct Model* model) {
490
struct Model* cur;
Callers
15
HumanoidModel_Register
Function · 0.85
ChibiModel_Register
Function · 0.85
SittingModel_Register
Function · 0.85
CorpseModel_Register
Function · 0.85
HeadModel_Register
Function · 0.85
ChickenModel_Register
Function · 0.85
CreeperModel_Register
Function · 0.85
PigModel_Register
Function · 0.85
SheepModel_Register
Function · 0.85
NoFurModel_Register
Function · 0.85
SkeletonModel_Register
Function · 0.85
SpiderModel_Register
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected