NET:LavishScriptAPI.LavishScriptObject.ExecuteMethod

From Lavish Software Wiki
Revision as of 03:28, 4 December 2006 by Lax (talk | contribs)
(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
Jump to navigation Jump to search

Overview

Used to execute a method of a LavishScriptObject object.

Reference Library

Lavish.InnerSpace.dll

Fully Qualified Name

LavishScriptAPI.LavishScript.Objects.GetObject

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.

Examples

See Also