|
| static void | Initialize () |
| |
| static bool | CustomPlace (int type, int style) |
| |
| static bool | CheckLiquidPlacement (int type, int style, Tile checkTile) |
| |
| static bool | LiquidPlace (int type, Tile checkTile) |
| |
| static bool | CheckWaterDeath (int type, int style) |
| |
| static bool | CheckWaterDeath (Tile checkTile) |
| |
| static bool | CheckLavaDeath (int type, int style) |
| |
| static bool | CheckLavaDeath (Tile checkTile) |
| |
| static int | PlatformFrameWidth () |
| |
| static TileObjectData | GetTileData (int type, int style, int alternate=0) |
| |
| static TileObjectData | GetTileData (Tile getTile) |
| |
| static void | SyncObjectPlacement (int tileX, int tileY, int type, int style, int dir) |
| |
| static bool | CallPostPlacementPlayerHook (int tileX, int tileY, int type, int style, int dir, int alternate, TileObject data) |
| |
| static void | OriginToTopLeft (int type, int style, ref Point16 baseCoords) |
| |
|
| bool | LinkedAlternates [get, set] |
| |
| bool | UsesCustomCanPlace [get, set] |
| |
| List< TileObjectData > | Alternates [get, set] |
| |
| AnchorData | AnchorTop [get, set] |
| |
| AnchorData | AnchorBottom [get, set] |
| |
| AnchorData | AnchorLeft [get, set] |
| |
| AnchorData | AnchorRight [get, set] |
| |
| bool | AnchorWall [get, set] |
| |
| int[] | AnchorValidTiles [get, set] |
| |
| int[] | AnchorInvalidTiles [get, set] |
| |
| int[] | AnchorAlternateTiles [get, set] |
| |
| int[] | AnchorValidWalls [get, set] |
| |
| bool | WaterDeath [get, set] |
| |
| bool | LavaDeath [get, set] |
| |
| LiquidPlacement | WaterPlacement [get, set] |
| |
| LiquidPlacement | LavaPlacement [get, set] |
| |
| PlacementHook | HookCheckIfCanPlace [get, set] |
| |
| PlacementHook | HookPostPlaceEveryone [get, set] |
| |
| PlacementHook | HookPostPlaceMyPlayer [get, set] |
| |
| PlacementHook | HookPlaceOverride [get, set] |
| |
| List< TileObjectData > | SubTiles [get, set] |
| |
| int | DrawYOffset [get, set] |
| |
| int | DrawXOffset [get, set] |
| |
| bool | DrawFlipHorizontal [get, set] |
| |
| bool | DrawFlipVertical [get, set] |
| |
| int | DrawStepDown [get, set] |
| |
| bool | StyleHorizontal [get, set] |
| |
| int | Style [get, set] |
| |
| int | StyleWrapLimit [get, set] |
| |
| int? | StyleWrapLimitVisualOverride [get, set] |
| |
| int? | styleLineSkipVisualOverride [get, set] |
| |
| int | StyleLineSkip [get, set] |
| |
| int | StyleMultiplier [get, set] |
| |
| int | Width [get, set] |
| |
| int | Height [get, set] |
| |
| Point16 | Origin [get, set] |
| |
| TileObjectDirection | Direction [get, set] |
| |
| int | RandomStyleRange [get, set] |
| |
| int[] | SpecificRandomStyles [get, set] |
| |
| bool | FlattenAnchors [get, set] |
| |
| int[] | CoordinateHeights [get, set] |
| |
| int | CoordinateWidth [get, set] |
| |
| int | CoordinatePadding [get, set] |
| |
| Point16 | CoordinatePaddingFix [get, set] |
| |
| int | CoordinateFullWidth [get, set] |
| |
| int | CoordinateFullHeight [get, set] |
| |
| int | DrawStyleOffset [get, set] |
| |
| int | AlternatesCount [get, set] |
| |
Definition at line 18 of file TileObjectData.cs.