Logo Mibo

BankEntry Type

One entry of a sound bank: a game-vocabulary key bound to the source that plays under it. The whole bank loads before user init runs.

Union cases

Union case Description

Music(key, Source)

Full Usage: Music(key, Source)

Parameters:

A music track for the single music channel.

key : string
Item2 : Source

Sound(key, Source)

Full Usage: Sound(key, Source)

Parameters:

A sound effect: plays with Audio.play, overlaps itself through an 8-slot pool.

key : string
Item2 : Source

Instance members

Instance member Description

this.IsMusic

Full Usage: this.IsMusic

Returns: bool
Returns: bool

this.IsSound

Full Usage: this.IsSound

Returns: bool
Returns: bool

Type something to start searching.