Object Activation Action: Difference between revisions
From FSDeveloper Wiki
Jump to navigationJump to search
(Created page for object activation action) |
m (Replaced Applicable-FSVersion for MSFS with MSFS2020, added MSFS2024) |
||
| (3 intermediate revisions by one other user not shown) | |||
| Line 4: | Line 4: | ||
{{Infobox-Applicable-FSVersion | {{Infobox-Applicable-FSVersion | ||
| | | MSFS2024 = unknown | ||
| MSFS2020 = true | |||
| FSXI = false | | FSXI = false | ||
| P3D5 = false | | P3D5 = false | ||
| Line 21: | Line 22: | ||
| XP9 = false | | XP9 = false | ||
}} | }} | ||
Object Activation | Object Activation Actions activates or deactivates most different types of object; Triggers, AI Objects, Scenery Objects, and some Mission Objects. Do not use it for a Point Of Interest. Using ObjectActivationActions is important for the flow of your mission; you should only have the appropriate triggers activated to prevent the player from taking shortcuts. | ||
{{Infobox-MSFS-Script-Element | {{Infobox-MSFS-Script-Element | ||
| Line 40: | Line 41: | ||
== Related == | == Related == | ||
* See [[:Category:MSFS_Mission_Script|MSFS Mission Script]] for an overview of objects. | |||
* To (de)activate event triggers use an [[MSFS_Mission_Script_-_Events|EventTriggerActivationAction]]. | * To (de)activate event triggers use an [[MSFS_Mission_Script_-_Events|EventTriggerActivationAction]]. | ||
* To (de)activate | * To (de)activate points of interest use a [[Point_Of_Interest_Activation_Action|PointOfInterestActivationAction]]. | ||
{{:Transclusion_MSFS_Mission_Script_-_Actions}} | {{:Transclusion_MSFS_Mission_Script_-_Actions}} | ||
{{Template:Navbox-Mission-Creation-MSFS}} | |||
Latest revision as of 12:20, 25 May 2024
| This page is a work-in-progress. Generic message - Please note some detail may possibly be missing or incorrect. |
| Applicable |
|---|
| MSFS2024 |
| MSFS2020 |
| MS Flight |
| LM P3D5 |
| LM P3D4 |
| LM P3D3 |
| LM P3D2 |
| LM P3D |
| FS World |
| FSXSE |
| FSXA |
| FSX |
| FS2004 |
| FS2002 |
| XP11 |
| XP10 |
| XP9 |
Object Activation Actions activates or deactivates most different types of object; Triggers, AI Objects, Scenery Objects, and some Mission Objects. Do not use it for a Point Of Interest. Using ObjectActivationActions is important for the flow of your mission; you should only have the appropriate triggers activated to prevent the player from taking shortcuts.
ObjectActivationAction
Changes the state of one or more triggers.
| NewObjectState | True: Change trigger to be activated. False: Change the trigger to be non-activated. |
|---|---|
| ObjectReferenceList | The object(s) you want to change the state of. |
Possible uses
- Enable a LandingTrigger after landing clearance is given.
- Activate an InGameMarker.
Related
- See MSFS Mission Script for an overview of objects.
- To (de)activate event triggers use an EventTriggerActivationAction.
- To (de)activate points of interest use a PointOfInterestActivationAction.
See MSFS Mission Script - Actions for an overview of actions and more info about actions in general.
Pages relevant to mission creation for MSFS.
- Flightplan
- Weather definitions
- Flight file
- Mission script
- Triggers
- Actions
- ObjectActivationAction · DialogAction · AdjustPayloadAction · ChangeAssistanceItemAction · FadeToColorAction · RandomAction · RequestTeleportAction · CountAction · ResetTimerAction · TimerAdjustAction · GoalResolutionAction & SubGoalResolutionAction · GrantRewardAction · PointOfInterestActivationAction · ActivateWaypointsAction · AITakeControlsAction · SendMessageToAIAction
- Mission objects
- Calculator
- Flow states
- Events
- Areas
- Library objects
- Sim objects
- RTC
Click the links to access the topic pages (Default - Opens in same window).