| BetterCoroutinesStop Method |
Stops a running coroutine prematurely.
This will stop any child coroutines as well.
Namespace:
Archon.SwissArmyLib.Coroutines
Assembly:
Archon.SwissArmyLib (in Archon.SwissArmyLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static bool Stop(
int id
)
Request Example
View SourceParameters
- id
- Type: SystemInt32
The id of the coroutine to stop.
Return Value
Type:
BooleanTrue if the coroutine was found and stopped, otherwise false.
See Also