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 TypeMethodDescriptionvoid
MapKnowledge.setKnownBlockedDoor
(IsoThumpable object, boolean blocked) -
Uses of IsoThumpable in zombie.characters
Methods in zombie.characters with parameters of type IsoThumpableModifier and TypeMethodDescriptionvoid
ILuaGameCharacter.climbThroughWindow
(IsoThumpable w) void
ILuaGameCharacter.climbThroughWindow
(IsoThumpable w, Integer startingFrame) void
IsoGameCharacter.climbThroughWindow
(IsoThumpable w) void
IsoGameCharacter.climbThroughWindow
(IsoThumpable w, Integer startingFrame) -
Uses of IsoThumpable in zombie.iso
Methods in zombie.iso that return IsoThumpableModifier and TypeMethodDescriptionIsoGridSquare.AddStairs
(boolean boolean1, int int0, String string0, String string1, se.krka.kahlua.vm.KahluaTable kahluaTable) IsoGridSquare.addWorkstationEntity
(String string0, String string1) IsoGridSquare.addWorkstationEntity
(GameEntityScript gameEntityScript, String string) IsoGridSquare.getHoppableThumpable
(boolean north) IsoGridSquare.getHoppableThumpableTo
(IsoGridSquare next) IsoGridSquare.getThumpable
(boolean boolean0) 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 TypeMethodDescriptionvoid
IsoGridSquare.addWorkstationEntity
(IsoThumpable isoThumpable, GameEntityScript gameEntityScript) void
MultiStageBuilding.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 TypeMethodDescriptionvoid
RandomizedWorldBase.addWorkstationEntity
(IsoThumpable isoThumpable, IsoGridSquare isoGridSquare, GameEntityScript gameEntityScript, String var4)