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).
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).
edkmatch:getComponent(index)
| Argument | Description |
|---|---|
index
|
The number of the component to get. |
The component object at the specified index position in the match.
|
|