Class FMODAmbientWallLevelData
java.lang.Object
zombie.util.PooledObject
zombie.audio.FMODAmbientWallLevelData
- All Implemented Interfaces:
IPooledObject
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionboolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FMODAmbientWallLevelDataalloc()voidinit(IsoChunkLevel chunkLevel) static booleanisOutside(IsoGridSquare square) voidstatic booleanpassesSoundNorth(IsoGridSquare square, boolean bDoorAndWindowRattlesWhenClosed) static booleanpassesSoundWest(IsoGridSquare square, boolean bDoorAndWindowRattlesWhenClosed) Methods inherited from class PooledObject
getPoolReference, isFree, release, setFree, setPool
-
Field Details
-
chunkLevel
-
walls
-
dirty
public boolean dirty
-
-
Constructor Details
-
FMODAmbientWallLevelData
public FMODAmbientWallLevelData()
-
-
Method Details
-
init
-
checkDirty
public void checkDirty() -
passesSoundNorth
public static boolean passesSoundNorth(IsoGridSquare square, boolean bDoorAndWindowRattlesWhenClosed) -
passesSoundWest
public static boolean passesSoundWest(IsoGridSquare square, boolean bDoorAndWindowRattlesWhenClosed) -
isOutside
-
alloc
-
onReleased
public void onReleased()
-