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

Method FirstAssigned

src/SB/Game/zNPCTypeCommon.cpp:2465–2470  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2463}
2464
2465zMovePoint* zNPCCommon::FirstAssigned()
2466{
2467 zMovePoint* nav_first = NULL;
2468 zNPCCommon::GetParm(NPC_PARM_FIRSTMVPT, &nav_first);
2469 return nav_first;
2470}
2471
2472void zNPCCommon::MvptReset(zMovePoint* nav_goto)
2473{

Callers 1

MapPreferredMethod · 0.80

Calls 1

GetParmFunction · 0.85

Tested by

no test coverage detected