C# Class Terraria.ModLoader.Mod

Mostrar archivo Open project: bluemagic123/tModLoader Class Usage Examples

Public Methods

Method Description
ChatInput ( string text ) : void
HandlePacket ( BinaryReader reader, int whoAmI ) : void
HijackGetData ( byte &messageType, BinaryReader &reader, int playerNumber ) : bool
HotKeyPressed ( string name ) : void
ModifyInterfaceLayers ( List layers ) : void
ModifyTransformMatrix ( System.Matrix Transform ) : System.Matrix
PostDrawFullscreenMap ( string &mouseText ) : void
PostDrawInterface ( SpriteBatch spriteBatch ) : void
PostUpdateInput ( ) : void
UpdateMusic ( int &music ) : void

Method Details

ChatInput() public method

public ChatInput ( string text ) : void
text string
return void

HandlePacket() public method

public HandlePacket ( BinaryReader reader, int whoAmI ) : void
reader BinaryReader
whoAmI int
return void

HijackGetData() public method

public HijackGetData ( byte &messageType, BinaryReader &reader, int playerNumber ) : bool
messageType byte
reader BinaryReader
playerNumber int
return bool

HotKeyPressed() public method

public HotKeyPressed ( string name ) : void
name string
return void

ModifyInterfaceLayers() public method

public ModifyInterfaceLayers ( List layers ) : void
layers List
return void

ModifyTransformMatrix() public method

public ModifyTransformMatrix ( System.Matrix Transform ) : System.Matrix
Transform System.Matrix
return System.Matrix

PostDrawFullscreenMap() public method

public PostDrawFullscreenMap ( string &mouseText ) : void
mouseText string
return void

PostDrawInterface() public method

public PostDrawInterface ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
return void

PostUpdateInput() public method

public PostUpdateInput ( ) : void
return void

UpdateMusic() public method

public UpdateMusic ( int &music ) : void
music int
return void