Multiple registerHookFunctions ?

  • #1, by dionousTuesday, 06. March 2018, 07:48 6 years ago
    Hi all,

    Would it be possible to have multiple registerHookFunctions for example one for setTextPosition and one for getActionText at the same time?

    Forum Fan

    246 Posts


  • #2, by SimonSTuesday, 06. March 2018, 11:25 6 years ago
    No, it's not possible. How should the engine decide which value to use? You would need to build your own hook system on top of one hook.

    Thread Captain

    1580 Posts

  • #3, by sebastianTuesday, 06. March 2018, 11:43 6 years ago
    hu? but didnt he want to know if its possible to have a registerHookFunction for two different hooks? 

    Thread Captain

    2346 Posts

  • #4, by SimonSTuesday, 06. March 2018, 11:44 6 years ago
    Then I misunderstood, that's possible. But only one for each.

    Thread Captain

    1580 Posts

  • #5, by dionousTuesday, 06. March 2018, 11:50 6 years ago
    Thanks all -  noted, yes basically i would like to use the registerHookFunction two or mores times, each with different hooks.

    So i guess there is no need to unregister a hook? (btw is it possible to do this, just like the event hook?)

    Forum Fan

    246 Posts

  • #6, by SimonSTuesday, 06. March 2018, 11:58 6 years ago
    To remove a hook you would  basicly do it like this:
    registerHookFunction("setTextPosition","")

    Thread Captain

    1580 Posts

  • #7, by dionousTuesday, 06. March 2018, 15:41 6 years ago
    Great thanks!

    Forum Fan

    246 Posts