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

Method CanDoSplines

src/SB/Game/zNPCTypeCommon.cpp:2455–2463  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2453}
2454
2455S32 zNPCCommon::CanDoSplines()
2456{
2457 bool retval = false;
2458 if ((npcset.useNavSplines) && ((flg_move) & 8))
2459 {
2460 retval = true;
2461 }
2462 return retval;
2463}
2464
2465zMovePoint* zNPCCommon::FirstAssigned()
2466{

Callers 1

MvptCycleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected