Class: UID
Defined in: adventure/utils/UID.js, line 6
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 31
Returns:
Number
get()
Defined in: adventure/utils/UID.js, line 41
Returns the next unique id.