![]() |
• Controller System | ||
|
API Links
Developer Links
|
Method::ExecuteDefined in:
Executes a script method.
C4Methods.hPrototype
Parameters
Description
The Execute function is called by the script controller when it is time to execute a script method. The override of this function should perform whatever actions are necessary to execute the method and then call the Completable::CallCompletionProc function to indicate that the method has finished executing.A method subclass may call the Method::SetMethodResult function or the Method::SetOutputValue function to specify the output value of the method.
See Also
|