Private Methods | |
| table | GetProducts () |
| table | GetResources () |
| GALOBJ | FindStationWithWare (int a_mode, int a_ware, GALOBJ a_startsector, int a_price, int a_maxjumps, int a_amount, GALOBJ a_trader) |
| int | FindSector (int a_flags, GALOBJ a_startsector, int a_jumps, int a_race, int a_num) |
| int | SectorGetNumFactories (int x, int y) |
| int | SectorGetNumDocks (int x, int y) |
| int | SectorGetRaceID (int x, int y) |
Private Attributes | |
| table | gal_Products |
| table | gal_Resources |
|
||||||||||||||||||||||||
|
find a sector (not the startsector!)
|
|
||||||||||||||||||||||||||||||||
|
find a station with ware
|
|
|
returns gal_Products
|
|
|
returns gal_Resources
|
|
||||||||||||
|
returns number of docks in sector with coordinates x,y
|
|
||||||||||||
|
returns number of factories in sector with coordinates x,y
|
|
||||||||||||
|
Returns raceID of sector with coordinates x,y. The sector is owned by this race.
|
|
|
table of all stations that produce a product, format: (product, (station, sector))
|
|
|
table of all stations that need resources, format: (resource, (station, sector))
|
1.2.17