Fsx connected
Jump to navigation
Jump to search
Contents
Description
connected = fsx_connected()
fsx_connected is used to check if there is an active connected with FSX.
Return value
Argument | Type | Description |
---|---|---|
connected | Boolean | True is connected, otherwise false. |
Arguments
This function requires no arguments
Example
if fsx_connected() then
print("We are connected to FSX!")
end