Class:UID
Defined in: adventure/utils/UID.js, line 5
Global utility for generating sequential unique ID numbers.
The UID class uses a static interface (ex.
UID.get()
)
and should not be instantiated.
Private Constructor:
var foo = new adventurejs.UID()
Inherited
Overrides
- Index
- Methods
- Properties
Methods Collapse all |
(protected) _nextID() → {Number}
Defined in: adventure/utils/UID.js, line 29
Returns:
Number
get()
Defined in: adventure/utils/UID.js, line 38
Returns the next unique id.