Uses of Class
zombie.iso.objects.IsoWindow
Packages that use IsoWindow
Package
Description
-
Uses of IsoWindow in zombie.ai
Modifier and TypeMethodDescriptionvoid
MapKnowledge.setKnownBlockedWindow
(IsoWindow object, boolean blocked) -
Uses of IsoWindow in zombie.ai.sadisticAIDirector
Fields in zombie.ai.sadisticAIDirector declared as IsoWindow -
Uses of IsoWindow in zombie.ai.states
Methods in zombie.ai.states that return IsoWindowMethods in zombie.ai.states with parameters of type IsoWindowModifier and TypeMethodDescriptionvoid
OpenWindowState.setParams
(IsoGameCharacter owner, IsoWindow window) -
Uses of IsoWindow in zombie.characters
Methods in zombie.characters with parameters of type IsoWindowModifier and TypeMethodDescriptionvoid
ILuaGameCharacter.climbThroughWindow
(IsoWindow w) void
ILuaGameCharacter.climbThroughWindow
(IsoWindow w, Integer startingFrame) void
IsoGameCharacter.climbThroughWindow
(IsoWindow w) void
IsoGameCharacter.climbThroughWindow
(IsoWindow w, Integer startingFrame) void
ILuaGameCharacter.closeWindow
(IsoWindow w) void
IsoGameCharacter.closeWindow
(IsoWindow w) boolean
IsoGameCharacter.isClimbingThroughWindow
(IsoWindow window) boolean
IsoGameCharacter.isClosingWindow
(IsoWindow window) void
ILuaGameCharacter.openWindow
(IsoWindow w) void
IsoGameCharacter.openWindow
(IsoWindow w) void
ILuaGameCharacter.smashWindow
(IsoWindow w) void
IsoGameCharacter.smashWindow
(IsoWindow w) -
Uses of IsoWindow in zombie.iso
Methods in zombie.iso that return IsoWindowModifier and TypeMethodDescriptionIsoGridSquare.getWindow()
IsoGridSquare.getWindow
(boolean north) IsoGridSquare.getWindowTo
(IsoGridSquare next) Get the IsoWindow window between this grid and the next in parameterMethods in zombie.iso that return types with arguments of type IsoWindowMethods in zombie.iso with parameters of type IsoWindowModifier and TypeMethodDescriptionvoid
IsoCell.addToWindowList
(IsoWindow window) void
IsoCell.removeFromWindowList
(IsoWindow window) -
Uses of IsoWindow in zombie.iso.areas
Fields in zombie.iso.areas with type parameters of type IsoWindowMethods in zombie.iso.areas that return IsoWindowMethods in zombie.iso.areas that return types with arguments of type IsoWindowMethods in zombie.iso.areas with parameters of type IsoWindowModifier and TypeMethodDescriptionvoid
void
IsoBuilding.addWindow
(IsoWindow obj, boolean bOtherTile, IsoGridSquare from, IsoBuilding building) -
Uses of IsoWindow in zombie.iso.objects
Methods in zombie.iso.objects that return IsoWindow -
Uses of IsoWindow in zombie.network
Methods in zombie.network with parameters of type IsoWindowModifier and TypeMethodDescriptionvoid
GameClient.removeBrokenGlass
(IsoWindow isoWindow) static void
GameServer.removeBrokenGlass
(IsoWindow isoWindow) void
GameClient.smashWindow
(IsoWindow isoWindow) static void
GameServer.smashWindow
(IsoWindow isoWindow) -
Uses of IsoWindow in zombie.network.fields.hit
Methods in zombie.network.fields.hit with parameters of type IsoWindow -
Uses of IsoWindow in zombie.randomizedWorld.randomizedBuilding
Methods in zombie.randomizedWorld.randomizedBuilding that return IsoWindow