NET:LavishScriptAPI.LavishScriptObject.ExecuteMethod
Jump to navigation
Jump to search
Contents
Overview
Used to execute a method of a LavishScriptObject object.
Reference Library
Fully Qualified Name
- LavishScriptAPI.LavishScript.Objects.GetObject
- LavishScriptAPI namespace
- LavishScript class
- LavishScriptObject class
- ExecuteMethod function
- LavishScriptObject class
- LavishScript class
Declaration
public bool ExecuteMethod(string Method) public bool ExecuteMethod(string Method, string[] args)
Parameters
- string Method
- Name of the method to access
- string[] indices
- Parameters, if any, to pass to the object method
Return Value
- bool
- true if the method call succeeded, otherwise false. false may also be returned if the object becomes invalid, as in the case of a Delete operation.