en.loot.Ammo
en.loot.Ammo
Inherits from: en.Loot
Fields
| Name | Type | |
|---|---|---|
item | tool.InventItem | |
dr | F64 | |
ang | F64 | |
shakeRotSpd | F64 | |
baseAng | F64 | |
bounces | I32 | |
snappedEnt | Entity | |
snapOff | Virtual[dir, ox, oy] | |
allowManualRecovery | Bool | |
stuckInWall | Bool | |
onManualPickUp | Fun | |
beforeFallFromEntity | Fun | |
doCustomFx | Fun | |
doCustomUpdate | Fun | |
| static | dropFromEntity | Fun |
| static | countOnEntity | Fun |
| static | create | Fun |
| static | __eclids | hl.types.ArrayBytes_Int |
| static | __clid | I32 |
Protos
f@7336initGfx(en.loot.Ammo) → Voidf@7337startMagnet(en.loot.Ammo, Entity) → Voidf@7338stickInWall(en.loot.Ammo, en.Bullet) → Voidf@7339stickToEntity(en.loot.Ammo, en.Bullet, Entity) → Voidf@7340bulletBlocked(en.loot.Ammo, en.Bullet) → Voidf@7341bulletVanish(en.loot.Ammo, en.Bullet) → Voidf@7342droppedByMob(en.loot.Ammo, String) → Voidf@7343canBePickedUpBy(en.loot.Ammo, Entity) → Boolf@7344retrieve(en.loot.Ammo, en.Hero) → Voidf@7345pickUp(en.loot.Ammo, en.Hero) → Voidf@7346dispose(en.loot.Ammo) → Voidf@7347onTouchGround(en.loot.Ammo) → Voidf@7348onOutOfGameChange(en.loot.Ammo) → Voidf@7349onFatalFallStart(en.loot.Ammo, Ref) → Voidf@7350onLeaveMap(en.loot.Ammo) → Voidf@7351fallFromEntity(en.loot.Ammo, Null) → Voidf@7352postUpdate(en.loot.Ammo) → Voidf@7357fixedUpdate(en.loot.Ammo) → Voidf@7358getEntityCLIDS(en.loot.Ammo) → hl.types.ArrayBytes_Intf@7359getCLID(en.loot.Ammo) → I32f@7360serialize(en.loot.Ammo, hxbit.Serializer) → Voidf@7361getSerializeSchema(en.loot.Ammo) → hxbit.Schemaf@7362unserializeInit(en.loot.Ammo) → Voidf@7363unserialize(en.loot.Ammo, hxbit.Serializer) → Void
Bindings
f@7356doCustomUpdate(en.loot.Ammo) → Voidf@7355doCustomFx(en.loot.Ammo) → Voidf@7354beforeFallFromEntity(en.loot.Ammo) → Voidf@7353onManualPickUp(en.loot.Ammo) → Void- static
f@7367__constructor__(en.loot.Ammo, pr.Level, I32, I32, tool.InventItem, tool.Team) → Void - static
f@7366create(pr.Level, I32, I32, tool.InventItem, tool.Team) → en.loot.Ammo - static
f@7365countOnEntity(Entity) → I32 - static
f@7364dropFromEntity(Entity, Null, Null) → Bool