mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 16:34:06 +00:00
Implement/match LegoNavController::Notify
(#1253)
* Implement/match `LegoNavController::Notify` * Move function * Add to total function count * Add OPT:REF to lego1
This commit is contained in:

committed by
GitHub

parent
bcc41256f8
commit
fe2a65c8da
@@ -98,6 +98,7 @@ void LegoPlantManager::LoadWorldInfo(LegoOmni::World p_worldId)
|
||||
}
|
||||
|
||||
// FUNCTION: LEGO1 0x100263a0
|
||||
// FUNCTION: BETA10 0x100c5093
|
||||
void LegoPlantManager::Reset(LegoOmni::World p_worldId)
|
||||
{
|
||||
MxU32 i;
|
||||
@@ -344,6 +345,13 @@ void LegoPlantManager::FUN_10026860(MxS32 p_index)
|
||||
}
|
||||
}
|
||||
|
||||
// FUNCTION: LEGO1 0x100268d0
|
||||
// FUNCTION: BETA10 0x100c5c7a
|
||||
MxS32 LegoPlantManager::GetNumPlants()
|
||||
{
|
||||
return sizeOfArray(g_plantInfo);
|
||||
}
|
||||
|
||||
// FUNCTION: LEGO1 0x100268e0
|
||||
// FUNCTION: BETA10 0x100c5c95
|
||||
LegoPlantInfo* LegoPlantManager::GetInfo(LegoEntity* p_entity)
|
||||
|
Reference in New Issue
Block a user