C# (CSharp) OTAPI.Patcher.Engine.Modifications.Hooks.World Namespace

Nested Namespaces

OTAPI.Patcher.Engine.Modifications.Hooks.World.IO

Classes

Name Description
AnnouncementBox
DropMeteor This modification will insert a callback right before the 'stopDrops = true` in the WorldGen.meteor method so we can create a hook for when meteors drop.
Hardmode
Statue In this modification we will insert our callback to be the return value of the MechSpawn function in both NPC and Item. Additionally we also append all the arguments and some local variables so we have more data to work with.
TilePlace
TileUpdate