Multiple Handler Methods

This script allows you to assign multiple methods to a single window handler. All assigned methods will be executed when the handler is called.

Download

Script: download here

Read the tutorial on window handlers if you are not sure what they are.

Installation

Place this script below Materials and above Main

Usage

When assigning methods to handlers, simply re-use the same handle as such:

set_handler(:ok, method(first_ok))
set_handler(:ok, method(second_ok))

All methods will be executed when the handler is called.

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *

To create code blocks or other preformatted text, indent by four spaces:

    This will be displayed in a monospaced font. The first four 
    spaces will be stripped off, but all other whitespace
    will be preserved.
    
    Markdown is turned off in code blocks:
     [This is not a link](http://example.com)

To create not a block, but an inline code span, use backticks:

Here is some inline `code`.

For more help see http://daringfireball.net/projects/markdown/syntax