getComponent

The getComponent method returns a specified component object. For example, if you have six components, you can return the fourth component by using edkmatch:getComponent(4).

NOTE:

Lua index values start from 1, not from 0 as in most other programming languages. For example, to get the third component object in a list, you must enter edkmatch:getComponent(3).

Syntax

edkmatch:getComponent(index)

Arguments

Argument Description
index

The number of the component to get.

Returns

The component object at the specified index position in the match.


_HP_HTML5_bannerTitle.htm