ISXEQ2:EQ2DataSourceContainer (Top-Level Object)

From ISMods Wiki


Contents

ISXEQ2 information for ISXEQ2:EQ2DataSourceContainer (Top-Level Object) has moved

Please see: http://eq2.isxgames.com/wiki for up-to-date content.


Description

Retrieves an EQ2DataSourceContainer object from the game world.

Forms

  • eq2uielement EQ2DataSourceContainer[<DataSourceContainerName>]
This data member takes one arguments. This argument is the top level parent 'DataSourceContainer' name from the xml file to which the target DataSourceContainer's configuration is saved. (Please note that the 'eq2uielement' returned will always be of the ui type DataSourceContainer.)

This TLO works very similarly to the "EQ2UIPage" TLO, so users are encouraged to read through the wiki entries on that TLO for further understanding.

Examples

  • ${EQ2DataSourceContainer[GameData]}

See Also