tModLoader v2024.09
A mod to make and play Terraria mods
|
Static Public Attributes | |
static bool[] | Cart = Factory.CreateBoolSet(6, 11, 13, 15, 16, 18, 19, 20, 21, 22, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 38, 39, 51, 53) |
If true for a given MountID, then that mount is categorized as a minecart. Minecarts have a dedicated equipment slot, will be auto-used if the player interacts with a TileID.MinecartTrack, and are buffed if Player.UsingSuperCart is true . Defaults to false . | |
static bool[] | FacePlayersVelocity = Factory.CreateBoolSet(15, 16, 11, 18, 19, 20, 21, 22, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 38, 39, 51, 53) |
If true for a given MountID, then that mount will face the player's velocity instead of their Entity.direction. Vanilla uses this set for many minecarts. Defaults to false . | |
static SetFactory | Factory = new SetFactory(MountLoader.MountCount) |