Skip to content
Snippets Groups Projects
  • James R.'s avatar
    b4fa98d2
    Refactor hudlib hooks to hooklib · b4fa98d2
    James R. authored
    HUD hooks now meet the standard of hooklib. HUD registry
    magic numbers are gone.
    
    HUD hooks may also be added using addHook.
    
        addHook('HUD', fn[, type])
    
    hud.add still exists, but the intention is to remove it
    eventually.
    b4fa98d2
    History
    Refactor hudlib hooks to hooklib
    James R. authored
    HUD hooks now meet the standard of hooklib. HUD registry
    magic numbers are gone.
    
    HUD hooks may also be added using addHook.
    
        addHook('HUD', fn[, type])
    
    hud.add still exists, but the intention is to remove it
    eventually.