Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ AddDefaultCommand< T >()

ChatCommandProcessor Terraria.Chat.ChatCommandProcessor.AddDefaultCommand< T > ( )
inline
Type Constraints
T :IChatCommand 
T :new() 

Definition at line 51 of file ChatCommandProcessor.cs.

51 : IChatCommand, new()
52 {
54 ChatCommandId key = ChatCommandId.FromType<T>();
56 return this;
57 }
readonly Dictionary< ChatCommandId, IChatCommand > _commands

References Terraria.Chat.ChatCommandProcessor._commands, Terraria.Chat.ChatCommandProcessor._defaultCommand, and Terraria.Chat.ChatCommandProcessor.AddCommand< T >().