Returns the widget's handler function for a script
Signature:
handler = ScriptObject:GetScript("scriptType")
Arguments:
scriptType- A script type; see scripts reference for details (string)
Returns:
handler- The object's handler function for the script type (function)