Codename LogoCodename Logo

funkin.editors.charter.EventButton

APIWiki

Constructor

View in GitHub

new(event:ChartEvent, icon:FlxSprite, id:Int, substate:CharterEventScreen, parent:UIButtonList<EventButton>)

Variables

deleteIcon:FlxSprite

@:value(null)event:ChartEvent = null

@:value(null)icon:FlxSprite = null

Methods

Inherited Variables

Defined by UIButton

@:value(null)callback:() ‑> Void = null

@:value(false)hasBeenPressed:Bool = false

@:value(true)shouldPress:Bool = true

Defined by UISliceSprite

@:value(20)bHeight:Int = 20

@:value(120)bWidth:Int = 120

@:value(true)drawBottom:Bool = true

@:value(true)drawMiddle:Bool = true

@:value(true)drawTop:Bool = true

@:value(0)framesOffset:Int = 0

@:value(false)incorporeal:Bool = false

Defined by UISprite

@:value(true)autoAlpha:Bool = true

@:value(true)canBeHovered:Bool = true

@:value(ARROW)cursor:MouseCursor = ARROW

focused:Bool

@:value(null)hoverCallback:() ‑> Void = null

@:value(false)hovered:Bool = false

@:value(false)hoveredByChild:Bool = false

@:value([])members:Array<FlxBasic> = []

@:value(false)pressed:Bool = false

@:value(true)selectable:Bool = true

Inherited Methods