Codename LogoCodename Logo

funkin.backend.scripting.events.CharacterNodeEvent

APIWiki

Constructor

Variables

character:Character

The character instance

name:String

The name of the node, quicker access than e.node.name

node:Access

The node which is currently being parsed

Methods

View in GitHub

recycle(character:Character, node:Access, name:String):CharacterNodeEvent

Inherited Variables

Defined by CancellableEvent

data:Dynamic = { }

Additional data if used in scripts

Inherited Methods

Defined by CancellableEvent

View in 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 in GitHub

toString():String

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

Returns:

String