|
Terraria v1.4.4.9
Terraria source code documentation
|
Static Public Member Functions | |
| static void | SmoothSlope (int x, int y, bool applyToNeighbors=true, bool sync=false) |
Public Attributes | |
| ushort | type |
| ushort | wall |
| byte | liquid |
| ushort | sTileHeader |
| byte | bTileHeader |
| byte | bTileHeader2 |
| byte | bTileHeader3 |
| short | frameX |
| short | frameY |
Static Public Attributes | |
| const int | Type_Solid = 0 |
| const int | Type_Halfbrick = 1 |
| const int | Type_SlopeDownRight = 2 |
| const int | Type_SlopeDownLeft = 3 |
| const int | Type_SlopeUpRight = 4 |
| const int | Type_SlopeUpLeft = 5 |
| const int | Liquid_Water = 0 |
| const int | Liquid_Lava = 1 |
| const int | Liquid_Honey = 2 |
| const int | Liquid_Shimmer = 3 |
Package Functions | |
| void | ClearMetadata () |
Properties | |
| int | collisionType [get] |
Static Private Attributes | |
| const int | Bit0 = 1 |
| const int | Bit1 = 2 |
| const int | Bit2 = 4 |
| const int | Bit3 = 8 |
| const int | Bit4 = 16 |
| const int | Bit5 = 32 |
| const int | Bit6 = 64 |
| const int | Bit7 = 128 |
| const ushort | Bit15 = 32768 |
| const int | NeitherLavaOrHoney = 159 |
| const int | EitherLavaOrHoney = 96 |