Lua API¶
Classes¶
Class |
Description |
---|---|
A class that represents server operations |
|
A simple 2D vector class of float type |
|
An iterator that is used by the seek() function from the Repository class. This iterator can be used to iterate through set of values, one at a time, by some prefix. |
|
Repository of some specific database type |
|
Database type that represents basic galaxy information such us its name |
|
Database type that represents region data within a galaxy |
|
Database type that represents some faction |
|
Database type that represents some system within a galaxy that also belongs to a region |
|
Database type that represents some sector within a system |
|
Database type that represents some planet within a system |
|
Database type that specifies the information of the player |
|
Database type that specifies the location of the player within the universe |
|
Database type that specifies the starting location for new players. |
|
Database class that can be used to access all of the data structures. |