Fs2020 connected

From Sim Innovations Wiki
Revision as of 14:11, 12 August 2020 by Admin (talk | contribs) (Created page with "== Description == '''connected = fs2020_connected()''' '''fs2020_connected''' is used to check if there is an active connected with FS2020. == Return value == {| class="w...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

connected = fs2020_connected()

fs2020_connected is used to check if there is an active connected with FS2020.

Return value

Argument Type Description
connected Boolean True is connected, otherwise false.

Arguments

This function requires no arguments

Example

if fs2020_connected() then
  print("We are connected to FS2020!")
end