Function veloren_voxygen::cmd::run_client_command

source ยท
fn run_client_command(
    session_state: &mut SessionState,
    global_state: &mut GlobalState,
    command: ClientChatCommand,
    args: Vec<String>,
) -> Result<Option<String>, String>