Module veloren_voxygen::cmd
source ยท Structsยง
- An iterator over the variants of ClientChatCommand
- An iterator over the variants of ClientEntityTarget
Enumsยง
- ClientEntityTarget ๐
Traitsยง
- TabComplete ๐
Functionsยง
- complete_command ๐
- complete_player ๐
- complete_site ๐
- A helper function to get the Uuid of a player with a given alias
- handle_clear ๐
- handle_help ๐
- handle_mute ๐
- handle_unmute ๐
- nth_word ๐
- preproccess_command ๐
- run_client_command ๐
- Runs a command by either sending it to the server or processing it locally. Returns a String to be output to the chat.
Type Aliasesยง
- CommandResult ๐Represents the feedback shown to the user of a command, if any. Server commands give their feedback as an event, so in those cases this will always be Ok(None). An Err variant will be be displayed with the error icon and text color