mirror of
https://github.com/geode-sdk/geode.git
synced 2025-04-04 09:11:31 -04:00
more member checks
This commit is contained in:
parent
9968c58b8e
commit
4be5b47651
1 changed files with 6 additions and 0 deletions
|
@ -64,12 +64,18 @@ GEODE_SIZE_CHECK(GJBaseGameLayer, 0x2d40);
|
|||
GEODE_MEMBER_CHECK(GJBaseGameLayer, m_level, 0x5f0);
|
||||
GEODE_MEMBER_CHECK(GJBaseGameLayer, m_levelSettings, 0x88c);
|
||||
|
||||
GEODE_MEMBER_CHECK(LevelEditorLayer, m_coinCount, 0x2da8);
|
||||
GEODE_MEMBER_CHECK(LevelEditorLayer, m_undoObjects, 0x2dec);
|
||||
|
||||
GEODE_MEMBER_CHECK(GameManager, m_gameLayer, 0x174);
|
||||
|
||||
GEODE_MEMBER_CHECK(EditorUI, m_selectedObjects, 0x260);
|
||||
GEODE_MEMBER_CHECK(EditorUI, m_selectedObject, 0x370);
|
||||
GEODE_MEMBER_CHECK(EditorUI, m_editButtonBar, 0x22c);
|
||||
|
||||
GEODE_SIZE_CHECK(SetupTriggerPopup, 0x2a8);
|
||||
GEODE_MEMBER_CHECK(ColorSelectPopup, m_colorAction, 0x2f0);
|
||||
|
||||
|
||||
// GEODE_MEMBER_CHECK(CCNode, m_pUserObject, 0xcc);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue