Uses of Class
zombie.iso.objects.IsoThumpable
Packages that use IsoThumpable
Package
Description
-
Uses of IsoThumpable in zombie.ai
Methods in zombie.ai with parameters of type IsoThumpableModifier and TypeMethodDescriptionvoidMapKnowledge.setKnownBlockedDoor(IsoThumpable object, boolean blocked) -
Uses of IsoThumpable in zombie.characters
Methods in zombie.characters with parameters of type IsoThumpableModifier and TypeMethodDescriptionvoidILuaGameCharacter.climbThroughWindow(IsoThumpable w) voidILuaGameCharacter.climbThroughWindow(IsoThumpable w, Integer startingFrame) voidIsoGameCharacter.climbThroughWindow(IsoThumpable w) voidIsoGameCharacter.climbThroughWindow(IsoThumpable w, Integer startingFrame) -
Uses of IsoThumpable in zombie.iso
Methods in zombie.iso that return IsoThumpableModifier and TypeMethodDescriptionIsoGridSquare.AddStairs(boolean north, int level, String sprite, String pillarSprite, se.krka.kahlua.vm.KahluaTable table) IsoGridSquare.addWorkstationEntity(String scriptString, String sprite) IsoGridSquare.addWorkstationEntity(GameEntityScript script, String sprite) IsoGridSquare.getHoppableThumpable(boolean north) IsoGridSquare.getHoppableThumpableTo(IsoGridSquare next) IsoGridSquare.getThumpable(boolean north) IsoGridSquare.getThumpableWindow(boolean north) IsoGridSquare.getWindowThumpableTo(IsoGridSquare next) Get the IsoThumpable window between this grid and the next in parameterMethods in zombie.iso with parameters of type IsoThumpableModifier and TypeMethodDescriptionvoidIsoGridSquare.addWorkstationEntity(IsoThumpable thumpable, GameEntityScript script) voidMultiStageBuilding.Stage.doStage(IsoGameCharacter chr, IsoThumpable item, boolean removeItems) -
Uses of IsoThumpable in zombie.iso.objects
Methods in zombie.iso.objects with parameters of type IsoThumpable -
Uses of IsoThumpable in zombie.randomizedWorld
Methods in zombie.randomizedWorld with parameters of type IsoThumpableModifier and TypeMethodDescriptionvoidRandomizedWorldBase.addWorkstationEntity(IsoThumpable thumpable, IsoGridSquare sq, GameEntityScript script, String sprite)