Difference between revisions of "SetOnAnimActionEventHandler"
Jump to navigation
Jump to search
no edit summary
imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Sets/removes the specified '''UDF Script''' as a handler that will be invoked in the event the specified '''Actor''' starts performing th...") |
imported>Jazzisparis |
||
Line 2: | Line 2: | ||
|origin = JIP | |origin = JIP | ||
|summary = Sets/removes the specified '''UDF Script''' as a handler that will be invoked in the event the specified '''Actor''' starts performing the specified '''Animation Action''' (see [[GetAnimAction]]). | |summary = Sets/removes the specified '''UDF Script''' as a handler that will be invoked in the event the specified '''Actor''' starts performing the specified '''Animation Action''' (see [[GetAnimAction]]). | ||
When invoked, the script is passed with the '''Actor''' as the calling reference ("<i>this</i>"), and a single argument: the performed '''Animation Action''' (0-13). | When invoked, the script is passed with the '''Actor''' as the calling reference ("<i>this</i>"), and a single argument: the performed '''Animation Action''' (0-13). | ||
|name = SetOnAnimActionEventHandler | |name = SetOnAnimActionEventHandler |