[][src]Function hl_capture::hooks::hw::con_print

pub unsafe fn con_print(string: &str)

Prints the given string to the game console.

string must not contain null bytes.

Safety

Unsafe because this function should only be called from the main game thread.