diff --git a/docs/source/squirrel/async.rst b/docs/source/squirrel/async.rst index 308e46ff..40893272 100644 --- a/docs/source/squirrel/async.rst +++ b/docs/source/squirrel/async.rst @@ -296,6 +296,8 @@ Flags .. cpp:function:: void FlagEnd( string flag ) + Ends this thread when the flag is set + .. cpp:function:: bool Flag( string flag ) Returns the current state of a flag.