HutongGames.PlayMaker.Actions.Check Class Reference

Check-action for Internet availability in PlayMaker. More...

Inheritance diagram for HutongGames.PlayMaker.Actions.Check:
HutongGames.PlayMaker.Actions.BaseOCAction

Public Member Functions

override void Awake ()
 
override void OnEnter ()
 

Public Attributes

FsmInt IntervalMin = 4
 Minimum delay between checks in seconds (default: 4, range: 3 - 120). More...
 
FsmInt IntervalMax = 10
 Maximum delay between checks in seconds (default: 10, range: 4 - 120). More...
 
FsmInt Timeout = 2
 Timeout for every check in seconds (default: 2, range: 1 - 20). More...
 
FsmBool isInternetAvailable
 Checks if an Internet connection is available (output variable). More...
 
- Public Attributes inherited from HutongGames.PlayMaker.Actions.BaseOCAction
FsmEvent sendEvent
 

Detailed Description

Check-action for Internet availability in PlayMaker.

Member Data Documentation

◆ IntervalMax

FsmInt HutongGames.PlayMaker.Actions.Check.IntervalMax = 10

Maximum delay between checks in seconds (default: 10, range: 4 - 120).

◆ IntervalMin

FsmInt HutongGames.PlayMaker.Actions.Check.IntervalMin = 4

Minimum delay between checks in seconds (default: 4, range: 3 - 120).

◆ isInternetAvailable

FsmBool HutongGames.PlayMaker.Actions.Check.isInternetAvailable

Checks if an Internet connection is available (output variable).

◆ Timeout

FsmInt HutongGames.PlayMaker.Actions.Check.Timeout = 2

Timeout for every check in seconds (default: 2, range: 1 - 20).


The documentation for this class was generated from the following file:
  • C:/Users/slaub/Unity/assets/OnlineCheck/OnlineCheckPro/Assets/Plugins/crosstales/OnlineCheck/3rd party/PlayMaker/Scripts/Check.cs