| 706 | } |
| 707 | |
| 708 | void zNPCSpawner::SetNPCStatus(zNPCCommon* npc, en_SM_NPC_STATUS status) |
| 709 | { |
| 710 | SMNPCStatus* stat = this->StatForNPC(npc); |
| 711 | if (stat != NULL) |
| 712 | { |
| 713 | stat->status = status; |
| 714 | } |
| 715 | } |
| 716 | |
| 717 | SMSPStatus* zNPCSpawner::StatForSP(zMovePoint* sp, S32 arg1) |
| 718 | { |
nothing calls this directly
no test coverage detected