Kit Documentation
Kit Documentation
Kit Reference
Kit.Modding Namespaces
Kit.Modding.Scripting
FullDispatcher Class
FullDispatcher Methods
Hook Method
Schedule Method
Stop Method
FullDispatcher
Schedule Method
Schedules an action on
update
,
lateUpdate
or
fixedUpdate
methods.
Namespace:
Kit.Modding.Scripting
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
Copy
public
void
Schedule
(
string
type
,
Action
action
)
Request Example
View Source
Parameters
type
Type:
System
String
The method to schedule on. Case-sensitive.
action
Type:
System
Action
The piece of code to execute.
See Also
Reference
FullDispatcher Class
Kit.Modding.Scripting Namespace
Send comments on this topic to
agam@frag-games.com