Custom Action: Difference between revisions

From FSDeveloper Wiki
Jump to navigationJump to search
(New page: Custom Actions can only be use if you have a simConnect client that excepts Payload Strings that can be read by your program. I would recomend Jim Keir’s Mission Editor for FSX if you ...)
 
m (Added FSVersion infobox)
 
Line 1: Line 1:
{{Infobox-Applicable-FSVersion
| FSXI = false
| FSXA = true
| FSX = true
| FS2004 = false
| FS2002 = false
| FS2000 = unknown
| FS98 = unknown
}}
Custom Actions can only be use if you have a simConnect client that excepts Payload Strings that can be read by your program.  
Custom Actions can only be use if you have a simConnect client that excepts Payload Strings that can be read by your program.  


Line 4: Line 13:


IF : Test any SimVar
IF : Test any SimVar
SET : Set any writeable SimVar
SET : Set any writeable SimVar
DEBUG : Switch the extension’s debug messages on or off
DEBUG : Switch the extension’s debug messages on or off
PROFILE : Set an internal variable
PROFILE : Set an internal variable
SAVEONFAIL : Save the profile even if the mission fails
SAVEONFAIL : Save the profile even if the mission fails
FUELLEAK : Start or stop a controlled fuel leak
FUELLEAK : Start or stop a controlled fuel leak
MESSAGE : Display a small text message on screen
MESSAGE : Display a small text message on screen
FXTRACK : Attach a visual effect to the player or an AI
FXTRACK : Attach a visual effect to the player or an AI
METAR : Set local or global weather
METAR : Set local or global weather
WXSTATION : Create a new weather station
WXSTATION : Create a new weather station
EVENT : Send a simulator event
EVENT : Send a simulator event
PROFILENAME : Set the name of the file to store the mission profile in
PROFILENAME : Set the name of the file to store the mission profile in
WPT : Set dynamic waypoints relative to the player or an AI
WPT : Set dynamic waypoints relative to the player or an AI
SIMRATE : Set the simulation speed
SIMRATE : Set the simulation speed
[[category:Missions]]

Latest revision as of 17:43, 30 August 2009

Custom Actions can only be use if you have a simConnect client that excepts Payload Strings that can be read by your program.

I would recomend Jim Keir’s Mission Editor for FSX if you want to use custom action. He has payload Strings that can connect to the simconnect SimVars...

IF : Test any SimVar

SET : Set any writeable SimVar

DEBUG : Switch the extension’s debug messages on or off

PROFILE : Set an internal variable

SAVEONFAIL : Save the profile even if the mission fails

FUELLEAK : Start or stop a controlled fuel leak

MESSAGE : Display a small text message on screen

FXTRACK : Attach a visual effect to the player or an AI

METAR : Set local or global weather

WXSTATION : Create a new weather station

EVENT : Send a simulator event

PROFILENAME : Set the name of the file to store the mission profile in

WPT : Set dynamic waypoints relative to the player or an AI

SIMRATE : Set the simulation speed