Kit Documentation
Kit Documentation
Kit Reference
Kit
ControlHelper Class
ControlHelper Methods
Delay Method
Delay Method (Action)
Delay Method (Func(Boolean), Action)
Delay Method (Int32, Action)
Delay Method (Single, Action)
Delay Method (Int32, Int32, Action)
Delay Method (Single, Single, Action)
ControlHelper
Delay Method (Func
Boolean
, Action)
Call a method after a specified condition is satisfied.
Namespace:
Kit
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
Copy
public
void
Delay
(
Func
<
bool
>
until
,
Action
action
)
Request Example
View Source
Parameters
until
Type:
System
Func
Boolean
Function
action
Type:
System
Action
Action to perform.
See Also
Reference
ControlHelper Class
Delay Overload
Kit Namespace
Send comments on this topic to
agam@frag-games.com