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

Method IsMountableType

src/SB/Game/zNPCTypeCommon.cpp:1738–1749  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1736}
1737
1738S32 zNPCCommon::IsMountableType(en_ZBASETYPE type)
1739{
1740 switch (type)
1741 {
1742 case eBaseTypePlatform:
1743 return true;
1744 break;
1745 default:
1746 return false;
1747 break;
1748 }
1749}
1750
1751void zNPCCommon::SelfDestroy()
1752{

Callers 1

CollideReviewMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected