![]() |
|
|||||||
| Register | Wiki | Downloads | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
Categories |
ViewsActionsFrom FSDeveloper WikiActions are a declarative way to cause something to happen in the world. Examples of actions are playing a sound file, completing an objective, showing text in the adventure window, failing an engine, completing a goal, etc. 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. More about Actions...
This is an overview page. For expanded detail click the topic links below. [edit] Generic Action PropertiesGeneric Action Properties are integral, and applicable, to all action types, (except where noted). [edit] Activate Waypoints ActionActivate Waypoints Action provides one or more AI object with a new list of waypoints. Waypoints are essential for the movement of certain AI objects. [edit] Adjust Payload ActionAdjust Payload Action is used to set, or add to, the weight on a payload station. [edit] Attach Droppable Payload ActionAttach Droppable Payload Action is used to change the payload that gets dropped when the user presses a key configured to drop the payload. [edit] Attach Effect ActionAttach Effect Action attaches a single special effect (such as smoke, fire, contrail etc.) to one or more objects. [edit] Change Object Type ActionChange Object Type Action changes the object the user is in. For example, it can be used to change from one type of aircraft to another. [edit] Count ActionCount Action will add the value of the Count property to the Counter value in the given list of triggers (which should all be Counter triggers). Counter triggers will fire when a certain specified count is reached. [edit] Custom ActionCustom Action is used to enable communications between a mission and a SimConnect client application. [edit] Dialog ActionDialog Action is used to add speech to be rendered over the audio system, and/or text to be displayed on the screen. [edit] Disqualify Player ActionDisqualify Player Action is used to disqualify and remove usually one player from a race. [edit] Failure ActionFailure Action is used to change the behavior of one of the aircraft's systems. [edit] Goal Resolution ActionGoal Resolution Action is used to set whether goals have been completed or not. [edit] Grant Reward ActionGrant Reward Action rewards the user with a single reward, to be placed in their Pilot Records. [edit] Object Activation ActionObject Activation Actions will change the state of most different types of object, Triggers, AI Objects, Scenery Objects and some Mission Objects. Do not use it for a Point Of Interest. [edit] One Shot Sound ActionOne Shot Sound Action renders a single wave file. Use this for sound effects rather than dialog (use the Dialog Action for speech audio). [edit] Play Animation ActionPlay Animation Action will initiate an animation sequence on one or more objects. [edit] Play Flight Recording ActionTransclusion-Missions-Oneline-Play Flight Recording Action [edit] Play List ActionPlay List Action will play the specified music items on the adventure music track. Individual play list items can be set to a random position within the play list. [edit] Point Of Interest Activation ActionPoint Of Interest Activation Action will change the state of one or more Point Of Interest objects. [edit] Random ActionRandom Action is used to initiate one randomly selected action from a list of possible actions. [edit] Race Course Start ActionTransclusion-Missions-Oneline-Race Course Start Action [edit] Race Course Activate ActionTransclusion-Missions-Oneline-Race Course Activate Action [edit] Refill ActionTransclusion-Missions-Oneline-Refill Action [edit] ResetTimer ActionResetTimer Action is used to set the current time of one or more timers back to their start times. [edit] Rumble ActionRumble Action is used to initiate rumble in the Universal Controller (typically an XBox controller). [edit] Spawn ActionSpawn Action will create all the new objects (including AI aircraft, scenery, actions and triggers) specified in a Spawn List object. [edit] Time Penalty ActionTransclusion-Missions-Oneline-Time Penalty Action [edit] Timer Adjust ActionTimer Adjust Action adds the DeltaTime property value to the timer trigger's internal clock. [edit] Related[edit] Internal[edit] Mission ObjectsActions are a declarative way to cause something to happen in the world. Examples of actions are playing a sound file, completing an objective, showing text in the adventure window, failing an engine, completing a goal, etc. AI Objects are computer controlled vehicles, i.e. Aircraft, Boats, Ground Vehicles, or Other. Area Definition Object only supports one type, RectangleArea, which defines a 3D box. The edges of the box will not appear when the mission is being played. Group Object defines a single reference to one or more objects. This is helpful if a selection of objects are used a number of times. Group objects cannot refer to other group objects. Mission Object There are several types of Mission Object. They have the same generic properties as Actions. Scenery Objects can be added to the world, to appear only when the mission is being undertaken. Mobile Scenery Objects can be added to the world, to appear only when the mission is being undertaken. Spawn List - A list of objects (AI aircraft, scenery objects, triggers, and actions) that should only appear in the mission when a certain stage in the mission has been reached. Triggers initiate Actions. There are eleven different types of triggers, (3 only work in FSXA). Goal Object - There is only one type of goal, and a mission can include one or more goals. Reward Object one-liner about Reward Object. Disabled Traffic Airport Object - A disabled airport will not be involved in any AI traffic, either as a starting point or a destination. Link - Description Link - Description [edit] ExternalIf you haven't found what you're looking for here, then we'd recommend, (in order of preference) -
Site page title - Description [edit] Reference'Reference' documents specifically related. Link - Description |