AI Object: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 33: | Line 33: | ||
[[Link]] - Description | [[Link]] - Description | ||
[[category:Missions]] | |||
Revision as of 18:48, 12 January 2008
AircraftAI Object
TakeoffAI Object
LandingAI Object
TaxiAI Object
GroundVehicleAI Object
Waypoint List Object
Waypoint Object
Related
Internal
Actions will only get used when called from a Trigger.
In multiplayer mode, actions with the TargetPlayer property will affect the players specified by the property. If an action does not contain this property the action will affect only the local player, with the exception of Race Course Start Action and Race Course Activate Action which affect all players.
AI Objects overview, a multi-line explanation of the topic.
More blurb here.
Area Definition Object overview, a multi-line explanation of the topic.
More blurb here.
Group Object overview, a multi-line explanation of the topic.
More blurb here.
Mission Objects overview, a multi-line explanation of the topic.
Scenario Metadata is the only essential mission action, and must exist in all missions.
Scenery Objects overview, a multi-line explanation of the topic.
More blurb here.
Mobile Scenery Objects overview, a multi-line explanation of the topic.
More blurb here.
Spawn List overview, a multi-line explanation of the topic.
More blurb here.
Triggers are used to check for event occurence during a mission. You might check that the player is above a certain altitude, or has landed at a key airport, or that a certain amount of time has elapsed.
When a trigger is active, it will fire whenever the appropriate conditions are met.
When a trigger is deactivated it is not evaluating its conditions to decide whether it should fire its actions.
In multiplayer mode, triggers with the IsGlobal property set to True will affect all other players.
If a trigger does not contain this property, or the property is set to False, the trigger will affect only the local player.
Goal Object overview, a multi-line explanation of the topic.
More blurb here.
Reward Object overview, a multi-line explanation of the topic.
More blurb here.
Disabled Traffic Airport Object overview, a multi-line explanation of the topic.
More blurb here.
Link - Description
Link - Description
External
FS Developer - Mission development - Forum to ask & answer questions.
FS Insider - Mission Building Tips - Lots of handy tips from MS/ACES.
FSXMission.com - Useful site for Missions information.
Site page title - Description
Reference
'Reference' documents specifically related.
Function Reference - With example code.
Link - Description
Link - Description