1.14.0.5
Hummingbird
A modern user interface library for games
NodeList Interface Reference

List of nodes. More...

+ Inheritance diagram for NodeList:

Public Member Functions

getter Node item (unsigned long index)
 Get a node in the list. More...
 

Public Attributes

readonly attribute unsigned long length
 the count of nodes in the list
 

Detailed Description

List of nodes.

Member Function Documentation

◆ item()

getter Node NodeList::item ( unsigned long  index)

Get a node in the list.

Parameters
indexindex of the item
Returns
the node at index