Codename LogoCodename Logo

funkin.backend.scripting.events.splash.SplashShowEvent

APIWikiTools

Constructor

Variables

group:SplashGroup

Splash group that the splash is from

splash:Splash

Splash that is shown

splashName:String

Splash name/type

strum:Strum

Strum that the splash is shown on

Methods

View on GitHub

recycle(splashName:String, splash:Splash, strum:Strum, group:SplashGroup):SplashShowEvent

Inherited Variables

Defined by CancellableEvent

data:Dynamic = { }

Additional data if used in scripts

Inherited Methods

Defined by CancellableEvent

View on GitHub

preventDefault(c:Bool = false):Void

Prevents default action from occurring.

Parameters:

c

Whenever the scripts following this one should be called or not. (Defaults to true)

View on GitHub

toString():String

Returns a string representation of the event, in this format: [CancellableEvent] [CancellableEvent (Cancelled)]

Returns:

String