NET:LavishScriptAPI.LavishScriptObject.GetIndex

From Lavish Software Wiki
Revision as of 22:56, 16 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 retrieve a value from the indexer of a LavishScriptObject object, results in another LavishScriptObject object.

Reference Library

Lavish.InnerSpace.dll

Fully Qualified Name

LavishScriptAPI.LavishScript.Objects.GetObject

Declaration

public LavishScriptObject GetIndex(params string[] indices)

Parameters

  • params string[] indices
Parameters to pass to the indexer for dynamic retrieval

Return Value

The requested object, or null

Examples

See Also