Returns the widget's handler function for a script. Signature: Code 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)
Также смотрите: Скриптовый объект
Ссылки: http://wowprogramming.com/docs/widgets/ScriptObject/GetScript
|