Triggers: Difference between revisions
m (→External) |
m (→Internal) |
||
| Line 33: | Line 33: | ||
=== Internal === | === Internal === | ||
[[ | [[Actions]] - Description | ||
[[AI Objects]] - Description | |||
[[Area Definition Object]] - Description | |||
[[Group Object]] - Description | |||
[[Mission Objects]] - Description | |||
[[Scenery Objects]] - Description | |||
[[Mobile Scenery Objects]] - Description | |||
[[Spawn List]] - Description | |||
[[Triggers]] - Description | |||
[[Goal Object]] - Description | |||
[[Reward Object]] - Description | |||
[[Disabled Traffic Airport Object]] - Description | |||
[[Link]] - Description | [[Link]] - Description | ||
Revision as of 17:52, 12 January 2008
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.
Generic Trigger Properties
Transclusion-Missions-Overview-Generic Trigger Properties
Airport Landing Trigger
Transclusion-Missions-Overview-Airport Landing Trigger
Area Landing Trigger
Transclusion-Missions-Overview-Area Landing Trigger
Counter Trigger
Transclusion-Missions-Overview-Counter Trigger
Menu Prompt Trigger
Transclusion-Missions-Overview-Menu Prompt Trigger
Parking Trigger
Transclusion-Missions-Overview-Parking Trigger
Property Trigger
Property Triggers are one of the more useful triggers.
They can check a set of predefined properties of the player, or an AI, for being higher, lower, or equal to, a constant value or another property.
Properties can also be combined using And/Or/Not.
Property trigger conditions are applied using the conditional editor.
Proximity Trigger
Transclusion-Missions-Overview-Proximity Trigger
Timer Trigger
Transclusion-Missions-Overview-Timer Trigger
Related
Internal
Actions - Description
AI Objects - Description
Area Definition Object - Description
Group Object - Description
Mission Objects - Description
Scenery Objects - Description
Mobile Scenery Objects - Description
Spawn List - Description
Triggers - Description
Goal Object - Description
Reward Object - Description
Disabled Traffic Airport Object - Description
Link - Description
Link - Description
External
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