Currently, the only methods for getting planet info available in the client.explorer.systems[index1].body_list[index2] are get_name, get_signals, get_parents, get_id.
I need planet/object info for the panel in tui.
Simplest solution imo would be vector of tuples: [ ( String, String ) ][ ( "field name", "value" ) ]
Currently, the only methods for getting planet info available in the
client.explorer.systems[index1].body_list[index2]
areget_name
,get_signals
,get_parents
,get_id
.I need planet/object info for the panel in tui.
Simplest solution imo would be vector of tuples:
[ ( String, String ) ]
[ ( "field name", "value" ) ]