tModLoader v2022.09
A mod to make and play Terraria mods
Terraria.ModLoader.Config.ProjectileDefinition Class Reference

Inherits Terraria.ModLoader.Config.EntityDefinition.

Public Member Functions

 ProjectileDefinition (int type)
 
 ProjectileDefinition (string key)
 
 ProjectileDefinition (string mod, string name)
 
- Public Member Functions inherited from Terraria.ModLoader.Config.EntityDefinition
 EntityDefinition (string key)
 
 EntityDefinition (string mod, string name)
 
override bool Equals (object obj)
 
override int GetHashCode ()
 
TagCompound SerializeData ()
 
override string ToString ()
 
TagCompound SerializeData ()
 

Static Public Member Functions

static ProjectileDefinition FromString (string s)
 
static ProjectileDefinition Load (TagCompound tag)
 

Static Public Attributes

static readonly Func< TagCompound, ProjectileDefinitionDESERIALIZER = Load
 

Properties

override int Type [get]
 
- Properties inherited from Terraria.ModLoader.Config.EntityDefinition
bool IsUnloaded [get]
 
abstract int Type [get]
 

Additional Inherited Members

- Public Attributes inherited from Terraria.ModLoader.Config.EntityDefinition
string Mod
 
string Name