Eyeon:Script/Reference/Applications/Common/IsAppConnected

From VFXPedia

Jump to: navigation, search

Contents

IsAppConnected

Arguments

IsAppConnected()

Returns

A boolean value indicating whether the scriptapp object is still connected.

Requires

  • eyeonScript 5.01
  • Fusion 5.01

Examples

fusion = Fusion("troy", 5.0) 
 
wait(5)
 
if fusion:IsAppConnected() == true then
        print("fusion on troy still connected")
else
        print("fusion on troy was disconnected")
end


Tips for IsAppConnected (edit)

EyeonTips:Script/Reference/Applications/Common/IsAppConnected