- Messages
- 1,361
- Country

Mission - Jobs - EnableRequirements - CareerRequirements - get_airport_ident()
Hi Folks
Flight's UI airport panel has full access to any airport's AFD data.
e.g.
airport - name, ident, elevation, runways, comms, etc, etc.
In Flight's UI mission/jobs panel -
I can get the ICAO for the job's departure airport, using varget('C:CAREER:AirportIdent').
I've a requirement to retrieve the ICAO of a generated job's destination airport.
I've tried various combinations of GUIDs or variable names, all of which fail.
Any howto suggestions would be much appreciated.
Is it even possible ?
Maybe un/related, a comment in propdefs file - PropCareer.xml
<property name = "WorldPosition"/> <!-- HACK: Location of origin job board, necessary until we can index airport summary info via ICAO -->
Thanks in advance.
ATB
Paul
Hi Folks
Flight's UI airport panel has full access to any airport's AFD data.
e.g.
airport - name, ident, elevation, runways, comms, etc, etc.
In Flight's UI mission/jobs panel -
I can get the ICAO for the job's departure airport, using varget('C:CAREER:AirportIdent').
I've a requirement to retrieve the ICAO of a generated job's destination airport.
I've tried various combinations of GUIDs or variable names, all of which fail.
Any howto suggestions would be much appreciated.
Is it even possible ?
Maybe un/related, a comment in propdefs file - PropCareer.xml
<property name = "WorldPosition"/> <!-- HACK: Location of origin job board, necessary until we can index airport summary info via ICAO -->
Thanks in advance.
ATB
Paul