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 FMODAmbientWallLevelData
alloc()
void
init
(IsoChunkLevel arg0) static boolean
isOutside
(IsoGridSquare arg0) void
static boolean
passesSoundNorth
(IsoGridSquare arg0, boolean arg1) static boolean
passesSoundWest
(IsoGridSquare arg0, boolean arg1) Methods inherited from class zombie.util.PooledObject
getPoolReference, isFree, release, setFree, setPool
-
Field Details
-
m_chunkLevel
-
m_walls
-
bDirty
public boolean bDirty
-
-
Constructor Details
-
FMODAmbientWallLevelData
public FMODAmbientWallLevelData()
-
-
Method Details
-
init
-
checkDirty
public void checkDirty() -
passesSoundNorth
-
passesSoundWest
-
isOutside
-
alloc
-
onReleased
public void onReleased()
-