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

Method ParseProps

src/SB/Game/zNPCTypeCommon.cpp:1643–1656  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1641}
1642
1643void zNPCCommon::ParseProps()
1644{
1645 for (S32 i = 0x3f; i < 0x42; i++)
1646 {
1647 switch (i)
1648 {
1649 case 0x3f:
1650 MvptReset(NULL);
1651 break;
1652 default:
1653 break;
1654 }
1655 }
1656}
1657
1658void zNPCCommon::CollideReview()
1659{

Callers 1

ResetMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected