pow.Dash
pow.Dash
Inherits from: Power
Fields
| Name | Type | |
|---|---|---|
isDashing | Bool | |
startCY | I32 | |
startCX | I32 | |
startX | F64 | |
startY | F64 | |
range | F64 | |
prevSprX | F64 | |
prevX | F64 | |
didntMoveLastFrame | Bool | |
dir | I32 | |
isBack | Bool | |
predictPixel | F64 | |
predictCase | F64 | |
| static | __clid | I32 |
Protos
f@33975shouldChangeLevelWithHero(pow.Dash) → Boolf@33976onEnd(pow.Dash) → Voidf@33977endDash(pow.Dash) → Voidf@33978fixedUpdate(pow.Dash) → Voidf@33979postUpdate(pow.Dash) → Voidf@33980getCLID(pow.Dash) → I32f@33981unserializeInit(pow.Dash) → Voidf@33982unserialize(pow.Dash, hxbit.Serializer) → Void
Bindings
- static
f@33974__constructor__(pow.Dash, Entity, tool.InventItem, Bool) → Void