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 (Single, Action)
Call a method after specified number of seconds.
Namespace:
Kit
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
Copy
public
void
Delay
(
float
seconds
,
Action
action
)
Request Example
View Source
Parameters
seconds
Type:
System
Single
Number of seconds to hold out for.
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