Login / Registrieren
DE EN FR ES IT CZ
Zurück Nach oben

Hook Functions

  • #1, by redspark 12 years ago Zitieren
    Is there a list of hook functions somewhere? I couldn't find it on the wiki. Thanks.
  • #3, by afrlme 12 years ago Zitieren
    Redundant? What do you mean by it's redundant?
  • #4, by SimonS 12 years ago Zitieren
    Was like for RAID-disk, there you say it's redundant if it's more than one time saved, so you won't get killed if one disk dies. Just figured out that it has also a lot of other meanings grin
  • #5, by afrlme 12 years ago Zitieren
    Most typical meaning is that it is no longer required/useful/necessary, like something past it's sell by date or something that has been surpassed by a much bigger, better & improved version. wink
  • #6, by redspark 12 years ago Zitieren
    lol. I should have read it more closely. I thought it was using three examples but there are only three hooks available. Thanks. red
  • #7, by afrlme 12 years ago Zitieren
    There's 2 different hook functions. Both have different things that can be done with them.

    The registerHookFunction is pretty much for repositioning text whereas the registerEventHandler is for creating loops, listeners & handlers for various things. Also you can create as many loop functions as you like & you can also unregister loops too with the unregisterEventHandler function.