NET:LavishScriptAPI.LavishScriptObject.GetIndex

From Lavish Software Wiki
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