Home
last modified time | relevance | path

Searched refs:findMouth (Results 1 – 3 of 3) sorted by relevance

/dports/games/critterding/critterding-beta12/src/scenes/entities/
H A Dbodyarch.h39 int findMouth( unsigned int id );
H A Dbody.cpp143 int bpID_2 = bodyArch->findMouth( co->id_2 ); in wireArch()
H A Dbodyarch.cpp90 removeMouth( findMouth(c->id_2) ); in removeBodypart()
376 else if ( c->isMouthConstraint && findMouth( c->id_2 ) == -1 ) in mutate()
723 connID2 = findMouth(co->id_2); in mutate()
752 connID2 = findMouth(co->id_2); in mutate()
985 int BodyArch::findMouth( unsigned int id ) in findMouth() function in BodyArch