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

unsafe fn register_command(
    name: &'static [u8],
    callback: unsafe extern "C" fn()
)

Registers a console command.

Safety

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