mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-11 18:51:16 +00:00
CustomizeAnimFileVariable
This commit is contained in:
parent
5c33ef9277
commit
592e9fd1e1
@ -46,6 +46,7 @@ struct LegoActorInfo;
|
||||
typedef map<char*, LegoCharacter*, LegoCharacterComparator> LegoCharacterMap;
|
||||
|
||||
// VTABLE: LEGO1 0x100da878
|
||||
// VTABLE: BETA10 0x101bc028
|
||||
// SIZE 0x24
|
||||
class CustomizeAnimFileVariable : public MxVariable {
|
||||
public:
|
||||
|
||||
@ -1090,6 +1090,7 @@ LegoROI* LegoCharacterManager::FUN_10085a80(const char* p_name, const char* p_lo
|
||||
}
|
||||
|
||||
// FUNCTION: LEGO1 0x10085aa0
|
||||
// FUNCTION: BETA10 0x1007703d
|
||||
CustomizeAnimFileVariable::CustomizeAnimFileVariable(const char* p_key)
|
||||
{
|
||||
m_key = p_key;
|
||||
@ -1097,6 +1098,7 @@ CustomizeAnimFileVariable::CustomizeAnimFileVariable(const char* p_key)
|
||||
}
|
||||
|
||||
// FUNCTION: LEGO1 0x10085b50
|
||||
// FUNCTION: BETA10 0x100770c8
|
||||
void CustomizeAnimFileVariable::SetValue(const char* p_value)
|
||||
{
|
||||
// STRING: LEGO1 0x100fc4f4
|
||||
|
||||
Loading…
Reference in New Issue
Block a user