Phaser API Documentation

  Version: 
stop(key)

Description:

Stops a global plugin from running.

If the plugin is active then its active state will be set to false and the plugins stop method will be called.

If the plugin is not already running, nothing will happen.

Parameters:

name type description
key string

The key of the plugin to stop.

Returns:
Description:

The Plugin Manager.

Since: 3.8.0