mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
Update PR
This commit is contained in:
parent
80ab0ff378
commit
34967a4ca8
@ -10,10 +10,7 @@ class LegoActor : public LegoEntity {
|
|||||||
public:
|
public:
|
||||||
LegoActor();
|
LegoActor();
|
||||||
|
|
||||||
// FUNCTION: LEGO1 0x1002d210
|
inline virtual const char* ClassName() const override; // vtable+0x0c
|
||||||
inline virtual const char* ClassName() const override; // vtable+0x0c
|
|
||||||
|
|
||||||
// FUNCTION: LEGO1 0x1002d220
|
|
||||||
inline virtual MxBool IsA(const char* name) const override; // vtable+0x10
|
inline virtual MxBool IsA(const char* name) const override; // vtable+0x10
|
||||||
|
|
||||||
// FUNCTION: LEGO1 0x10002cc0
|
// FUNCTION: LEGO1 0x10002cc0
|
||||||
|
|||||||
@ -79,6 +79,11 @@ void LegoEntity::SetROI(LegoROI* p_roi, MxBool p_bool1, MxBool p_bool2)
|
|||||||
// TODO
|
// TODO
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// STUB: LEGO1 0x10010c30
|
||||||
|
void LegoEntity::FUN_10010c30()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
// FUNCTION: LEGO1 0x10010e10
|
// FUNCTION: LEGO1 0x10010e10
|
||||||
void LegoEntity::ParseAction(char* p_extra)
|
void LegoEntity::ParseAction(char* p_extra)
|
||||||
{
|
{
|
||||||
@ -102,11 +107,6 @@ void LegoEntity::ParseAction(char* p_extra)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// STUB: LEGO1 0x10010c30
|
|
||||||
void LegoEntity::FUN_10010c30()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
// STUB: LEGO1 0x10010f10
|
// STUB: LEGO1 0x10010f10
|
||||||
void LegoEntity::VTable0x34()
|
void LegoEntity::VTable0x34()
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user