MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / AddChild

Method AddChild

src/SB/Game/zNPCTypeTiki.cpp:1055–1066  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1053}
1054
1055void zNPCTiki::AddChild(zNPCTiki* child)
1056{
1057 U8 i = 0;
1058
1059 while (this->children[i] != NULL)
1060 {
1061 i++;
1062 }
1063
1064 this->children[i] = child;
1065 this->numChildren++;
1066}
1067
1068void zNPCTiki::RemoveChild(zNPCTiki* child)
1069{

Callers 1

FindParentsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected