diff options
Diffstat (limited to 'server/locale/en-US')
-rw-r--r-- | server/locale/en-US/libs/lua/coroutine.lni | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/server/locale/en-US/libs/lua/coroutine.lni b/server/locale/en-US/libs/lua/coroutine.lni index 463288bc..ec06f21d 100644 --- a/server/locale/en-US/libs/lua/coroutine.lni +++ b/server/locale/en-US/libs/lua/coroutine.lni @@ -4,6 +4,10 @@ description = 'Creates a new coroutine.' [isyieldable] description = 'Returns true when the running coroutine can yield.' +[kill] +description = 'Kills coroutine `co` , +closing all its pending to-be-closed variables and putting the coroutine in a dead state.' + [resume] description = 'Starts or continues the execution of coroutine `co`.' |