HudModule
Extends the Module Object
Creating your own HudModule
HudModuleHudModule functions
breeze.registerHud("Hudname", "Description", {
'background': function() {
},
'drawFancy': function() {
},
'draw': function() {
},
'update': function() {
},
'postDraw': function() {
}
})update
updatebackground
backgrounddraw
drawdrawFancy
drawFancypostDraw
postDrawLast updated