BananaMpq.Layer.AdtRelated.ChunkLiquid.UseExistsTable C# (CSharp) Method

UseExistsTable() private static method

private static UseExistsTable ( short liquidObjectId, short liquidType ) : bool
liquidObjectId short
liquidType short
return bool
        private static bool UseExistsTable(short liquidObjectId, short liquidType)
        {
            return !IsOcean(liquidObjectId, liquidType) && IsHeightMapDataFilling(liquidObjectId, liquidType);
        }