critter.Bat
critter.Bat
Inherits from: Critter
Fields
| Name | Type | |
|---|---|---|
spd | F64 | |
fleeing | Bool | |
ang | F64 | |
tang | F64 | |
accel | F64 | |
delayF | F64 | |
foe | Entity | |
sndSpace | hxd.snd.effect.Spatialization | |
| static | flySounds | hl.types.ArrayObj |
Protos
f@18213init(critter.Bat) → Voidf@18214onLeaveScreen(critter.Bat) → Voidf@18215reset(critter.Bat) → Voidf@18216flee(critter.Bat, Entity) → Voidf@18217fixedUpdate(critter.Bat) → Void
Bindings
- static
f@18212__constructor__(critter.Bat, pr.Level, I32, I32) → Void