- onActivate() - Method in class stencyl.sw.ext.BaseExtension
-
Happens when the extension is told to display.
- onDestroy() - Method in class stencyl.sw.ext.BaseExtension
-
Happens when Stencyl closes.
- onGameBuild(Game) - Method in class stencyl.sw.ext.BaseExtension
-
Happens when the user runs, previews or exports the game.
- onGameCenterActivate() - Method in class stencyl.sw.ext.BaseExtension
-
Return a UI to show if/when this extension is shown
in the Game Center.
- onGameClosed(Game) - Method in class stencyl.sw.ext.BaseExtension
-
Happens when a game is closed.
- onGameClosed(Game) - Method in class stencyl.sw.ext.GameExtension
-
- onGameCreatedFromKit() - Method in class stencyl.sw.ext.BaseExtension
-
Called when a game is created from a kit.
- onGameOpened(Game) - Method in class stencyl.sw.ext.BaseExtension
-
Happens when a game is opened.
- onGameOpened(Game) - Method in class stencyl.sw.ext.GameExtension
-
- onGameSave(Game) - Method in class stencyl.sw.ext.BaseExtension
-
Happens when a game is saved.
- onGameSave(Game) - Method in class stencyl.sw.ext.GameExtension
-
- onGameWithDataClosed() - Method in class stencyl.sw.ext.GameExtension
-
- onGameWithDataOpened() - Method in class stencyl.sw.ext.GameExtension
-
- onGameWithDataSaved() - Method in class stencyl.sw.ext.GameExtension
-
- onInstall() - Method in class stencyl.sw.ext.BaseExtension
-
Happens when the extension is first installed.
- onInstalledForGame() - Method in class stencyl.sw.ext.GameExtension
-
- onOptions() - Method in class stencyl.sw.ext.BaseExtension
-
Show the options dialog for this extension.
- onPressedCancel() - Method in class stencyl.sw.ext.OptionsPanel
-
- onPressedOK() - Method in class stencyl.sw.ext.OptionsPanel
-
- onScreenCapture(BufferedImage) - Method in class stencyl.sw.ext.BaseExtension
-
NJM new callback
Happens when a screen capture is triggered.
- onShown() - Method in class stencyl.sw.ext.OptionsPanel
-
- onStartup() - Method in class stencyl.sw.ext.BaseExtension
-
Happens when Stencyl launches.
- onUninstall() - Method in class stencyl.sw.ext.BaseExtension
-
Happens when the extension is uninstalled.
- onUninstalledForGame() - Method in class stencyl.sw.ext.GameExtension
-
- OptionsPanel - Class in stencyl.sw.ext
-
- OptionsPanel() - Constructor for class stencyl.sw.ext.OptionsPanel
-