Tries to add a new astronomical object to the database under the given explorer name.
The space exploration data to add.
The timestamp at which the object was discovered.
The name of the explorer who discovered the object.
The ID of the object discovered.
The coordinates of the star system.
Floating point X coordinate of the star system inside the star sector. Must be between -0.5 and 0.5.
Floating point Y coordinate of the star system inside the star sector. Must be between -0.5 and 0.5.
Floating point Z coordinate of the star system inside the star sector. Must be between -0.5 and 0.5.
Integer coordinates of the star sector along the universe X axis
Integer coordinates of the star sector along the universe Y axis
Integer coordinates of the star sector along the universe Z axis
True if the object was added, false if it was already present.
Estimates the value of an astronomical object given the current encyclopaedia data.
The object to evaluate.
The coordinates of the star system.
Floating point X coordinate of the star system inside the star sector. Must be between -0.5 and 0.5.
Floating point Y coordinate of the star system inside the star sector. Must be between -0.5 and 0.5.
Floating point Z coordinate of the star system inside the star sector. Must be between -0.5 and 0.5.
Integer coordinates of the star sector along the universe X axis
Integer coordinates of the star sector along the universe Y axis
Integer coordinates of the star sector along the universe Z axis
The estimated value of the object in credits.
Gets a human readable string for the encyclopaedia backend.
Finds out if an object has already been discovered.
The ID of the object to check.
The coordinates of the star system.
Floating point X coordinate of the star system inside the star sector. Must be between -0.5 and 0.5.
Floating point Y coordinate of the star system inside the star sector. Must be between -0.5 and 0.5.
Floating point Z coordinate of the star system inside the star sector. Must be between -0.5 and 0.5.
Integer coordinates of the star sector along the universe X axis
Integer coordinates of the star sector along the universe Y axis
Integer coordinates of the star sector along the universe Z axis
True if the object has been discovered, false otherwise.
Database holding all the exploration data gathered by players.