add EditorUI::moveObjectCall(EditCommand) (#136)

This commit is contained in:
iAndyHD3 2023-02-19 21:50:11 +01:00 committed by GitHub
parent d23f3f61b7
commit 2f2f12fc6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1234,6 +1234,7 @@ class EditorUI : cocos2d::CCLayer, FLAlertLayerProtocol, ColorSelectDelegate, GJ
void editObject2(cocos2d::CCObject* sender) = win 0x8d1b0;
void editGroup(cocos2d::CCObject* sender) = win 0x8d720;
void moveObjectCall(cocos2d::CCObject* sender) = mac 0x29830, win 0x8db30;
void moveObjectCall(EditCommand) = win 0x8db50;
void transformObjectCall(cocos2d::CCObject* sender) = mac 0x29860, win 0x8def0;
void onDelete(cocos2d::CCObject* sender) = mac 0x1b3d0, win 0x7b8d0;
void onDeleteSelected(cocos2d::CCObject* sender) = mac 0xb990, win 0x7bf50;