C# 클래스 BananaMpq.Layer.AdtRelated.ChunkLiquid

상속: IHasVisualizableProperties
파일 보기 프로젝트 열기: sgraf812/BananaMpq

공개 메소드들

메소드 설명
HasHole ( int col, int row ) : bool

비공개 메소드들

메소드 설명
AnyLiquidLayer ( SMLiquidChunk chunk ) : bool
ChunkLiquid ( byte mh2oChunk, SMLiquidChunk chunk ) : System.Collections.Generic
GetInstance ( byte mh2oChunk, SMLiquidChunk chunk ) : SMLiquidInstance*
HasHeightMapData ( SMLiquidInstance instance ) : bool
IsHeightMapDataFilling ( short liquidObjectId, short liquidType ) : bool

Compensates for liquids like [46] in Stormwind, where liquidObjectId is 1709 But there is a counter example... [136] in Stormwind

IsOcean ( short liquidObjectId, short liquidType ) : bool
ParseExistsTable ( byte mh2oChunk, SMLiquidInstance instance ) : void
ParseHeightMap ( byte mh2oChunk, SMLiquidInstance instance ) : void
UseExistsTable ( short liquidObjectId, short liquidType ) : bool

메소드 상세

HasHole() 공개 메소드

public HasHole ( int col, int row ) : bool
col int
row int
리턴 bool