mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Implement/match remaining GasStation functions (#1129)
* Implement/match remaining GasStation functions * Name variables
This commit is contained in:

committed by
GitHub

parent
4c95d7c887
commit
519d8c570a
@@ -38,19 +38,19 @@ public:
|
||||
// SYNTHETIC: LEGO1 0x10006290
|
||||
// GasStationState::`scalar deleting destructor'
|
||||
|
||||
void FUN_10006430(GarageScript::Script);
|
||||
void FUN_10006460(GarageScript::Script);
|
||||
void FUN_10006490();
|
||||
void PlayAction(GarageScript::Script p_objectId);
|
||||
void StopAction(GarageScript::Script p_objectId);
|
||||
void StopActions();
|
||||
|
||||
// TODO: Most likely getters/setters are not used according to BETA.
|
||||
|
||||
undefined4 m_unk0x08[3]; // 0x08
|
||||
Unknown0x14 m_unk0x14; // 0x14
|
||||
MxS16 m_unk0x18; // 0x18
|
||||
MxS16 m_unk0x1a; // 0x1a
|
||||
MxS16 m_unk0x1c; // 0x1c
|
||||
MxS16 m_unk0x1e; // 0x1e
|
||||
MxS16 m_unk0x20; // 0x20
|
||||
GarageScript::Script m_actions[3]; // 0x08
|
||||
Unknown0x14 m_unk0x14; // 0x14
|
||||
MxS16 m_pepperAction; // 0x18
|
||||
MxS16 m_mamaAction; // 0x1a
|
||||
MxS16 m_papaAction; // 0x1c
|
||||
MxS16 m_nickAction; // 0x1e
|
||||
MxS16 m_lauraAction; // 0x20
|
||||
};
|
||||
|
||||
// VTABLE: LEGO1 0x100d4650
|
||||
|
Reference in New Issue
Block a user