![]() |
tModLoader
0.12 Alpha
A mod to make and play Terraria mods
|
Inherits Terraria.ModLoader.ModGore.
Additional Inherited Members | |
![]() | |
virtual ? Color | GetAlpha (Gore gore, Color lightColor) |
Allows you to override the color this gore will draw in. Return null to draw it in the normal light color; returns null by default. More... | |
virtual void | OnSpawn (Gore gore, IEntitySource source) |
Allows you to modify a gore's fields when it is created. More... | |
sealed override void | SetupContent () |
If you make a new ModType, seal this override, and call SetStaticDefaults in it. More... | |
virtual bool | Update (Gore gore) |
Allows you to customize how you want this type of gore to behave. Return true to allow for vanilla gore updating to also take place; returns true by default. More... | |
![]() | |
virtual bool | IsLoadingEnabled (Mod mod) |
Allows you to stop Mod.AddContent from actually adding this content. Useful for items that can be disabled by a config. More... | |
virtual void | Load () |
Allows you to perform one-time loading tasks. Beware that mod content has not finished loading here, things like ModContent lookup tables or ID Sets are not fully populated. More... | |
virtual void | SetStaticDefaults () |
Allows you to modify the properties after initial loading has completed. More... | |
virtual void | Unload () |
Allows you to safely unload things you added in Load. More... | |
![]() | |
override void | Register () |
If you make a new ModType, seal this override. More... | |
![]() | |
override string | Name [get] |
override string | Texture [get] |
int | Type [get, set] |
int | UpdateType = -1 [get, set] |
Allows you to copy the Update behavior of a different type of gore. This defaults to 0, which means no behavior is copied. More... | |
![]() | |
virtual string | Texture [get] |
The file name of this type's texture file in the mod loader's file space. More... | |
![]() | |
string | FullName [get] |
The internal name of this, including the mod it is from. More... | |
Mod | Mod [get, set] |
The mod this belongs to. More... | |
virtual string | Name [get] |
The internal name of this. More... | |
![]() | |
string | FullName [get] |
=> $"{Mod.Name}/{Name}" More... | |
Mod | Mod [get] |
The mod this belongs to. More... | |
string | Name [get] |
The internal name of this instance. More... | |