Phaser API Documentation

  Version: 

Member of: Phaser.Structs.List

removeAll([skipCallback])

Description:

Removes all the items.

Parameters:

name type arguments Default description
skipCallback boolean <optional> false

Skip calling the List.removeCallback.

Returns:
Description:

This List object.

Since: 3.0.0
Source: src/structs/List.js (Line 469)