Quit the app from code

Hi creators addicts :slight_smile:

I wonder if there is a way to quit a creator created app ?
I know that’s kind of useless on mobile or web, but might be useful on desktop.

Hi,

use the following:

cc.game.end();

Best regards,
Zsolt

1 Like

thanks a lot :slight_smile:

1 Like

Hi friends! I just want to share my experience.
On my project with Cocos Creator 1.9.3 “cc.game.end();” was crashing both android and win32
After I spend 1 days of testing/scratching I found “cc.director.end();” works perfect!
I hope this note helps someone like me :slight_smile:

1 Like