tModLoader v2024.10
A mod to make and play Terraria mods
|
This is the complete list of members for ChatManager, including all inherited members.
AddChatText(DynamicSpriteFont font, string text, Vector2 baseScale) (defined in ChatManager) | ChatManager | static |
Commands (defined in ChatManager) | ChatManager | static |
ConvertNormalSnippets(TextSnippet[] snippets) (defined in ChatManager) | ChatManager | static |
DrawColorCodedString(SpriteBatch spriteBatch, DynamicSpriteFont font, TextSnippet[] snippets, Vector2 position, Color baseColor, float rotation, Vector2 origin, Vector2 baseScale, out int hoveredSnippet, float maxWidth, bool ignoreColors=false) (defined in ChatManager) | ChatManager | static |
DrawColorCodedString(SpriteBatch spriteBatch, DynamicSpriteFont font, string text, Vector2 position, Color baseColor, float rotation, Vector2 origin, Vector2 baseScale, float maxWidth=-1f, bool ignoreColors=false) (defined in ChatManager) | ChatManager | static |
DrawColorCodedStringShadow(SpriteBatch spriteBatch, DynamicSpriteFont font, TextSnippet[] snippets, Vector2 position, Color baseColor, float rotation, Vector2 origin, Vector2 baseScale, float maxWidth=-1f, float spread=2f) (defined in ChatManager) | ChatManager | static |
DrawColorCodedStringShadow(SpriteBatch spriteBatch, DynamicSpriteFont font, string text, Vector2 position, Color baseColor, float rotation, Vector2 origin, Vector2 baseScale, float maxWidth=-1f, float spread=2f) (defined in ChatManager) | ChatManager | static |
DrawColorCodedStringWithShadow(SpriteBatch spriteBatch, DynamicSpriteFont font, TextSnippet[] snippets, Vector2 position, float rotation, Vector2 origin, Vector2 baseScale, out int hoveredSnippet, float maxWidth=-1f, float spread=2f) (defined in ChatManager) | ChatManager | static |
DrawColorCodedStringWithShadow(SpriteBatch spriteBatch, DynamicSpriteFont font, TextSnippet[] snippets, Vector2 position, float rotation, Color color, Vector2 origin, Vector2 baseScale, out int hoveredSnippet, float maxWidth=-1f, float spread=2f) (defined in ChatManager) | ChatManager | static |
DrawColorCodedStringWithShadow(SpriteBatch spriteBatch, DynamicSpriteFont font, TextSnippet[] snippets, Vector2 position, float rotation, Color color, Color shadowColor, Vector2 origin, Vector2 baseScale, out int hoveredSnippet, float maxWidth=-1f, float spread=2f) (defined in ChatManager) | ChatManager | static |
DrawColorCodedStringWithShadow(SpriteBatch spriteBatch, DynamicSpriteFont font, string text, Vector2 position, Color baseColor, float rotation, Vector2 origin, Vector2 baseScale, float maxWidth=-1f, float spread=2f) (defined in ChatManager) | ChatManager | static |
DrawColorCodedStringWithShadow(SpriteBatch spriteBatch, DynamicSpriteFont font, string text, Vector2 position, Color baseColor, Color shadowColor, float rotation, Vector2 origin, Vector2 baseScale, float maxWidth=-1f, float spread=2f) (defined in ChatManager) | ChatManager | static |
GetStringSize(DynamicSpriteFont font, string text, Vector2 baseScale, float maxWidth=-1f) (defined in ChatManager) | ChatManager | static |
GetStringSize(DynamicSpriteFont font, TextSnippet[] snippets, Vector2 baseScale, float maxWidth=-1f) (defined in ChatManager) | ChatManager | static |
ParseMessage(string text, Color baseColor) (defined in ChatManager) | ChatManager | static |
Register< T >(params string[] names) (defined in ChatManager) | ChatManager | static |
ShadowDirections (defined in ChatManager) | ChatManager | static |
WaveColor(Color color) (defined in ChatManager) | ChatManager | static |