diff options
author | Tomasz Chabora <kobewi4e@gmail.com> | 2020-01-13 23:08:42 +0100 |
---|---|---|
committer | Tomasz Chabora <kobewi4e@gmail.com> | 2020-01-14 13:19:39 +0100 |
commit | c09b9c488fcc423d58ed26447b6e2614b106afdb (patch) | |
tree | 157c00a127d0f23febdb36a861dbf8f214c341a0 /doc/classes/Thread.xml | |
parent | 34ad33d9e0b211b2de5855373f8626af4fc0ce11 (diff) | |
download | redot-engine-c09b9c488fcc423d58ed26447b6e2614b106afdb.tar.gz |
Complete documentation of some more classes
Diffstat (limited to 'doc/classes/Thread.xml')
-rw-r--r-- | doc/classes/Thread.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/classes/Thread.xml b/doc/classes/Thread.xml index 25e40d4c1f..e56ea2325e 100644 --- a/doc/classes/Thread.xml +++ b/doc/classes/Thread.xml @@ -50,10 +50,13 @@ </methods> <constants> <constant name="PRIORITY_LOW" value="0" enum="Priority"> + A thread running with lower priority than normally. </constant> <constant name="PRIORITY_NORMAL" value="1" enum="Priority"> + A thread with a standard priority. </constant> <constant name="PRIORITY_HIGH" value="2" enum="Priority"> + A thread running with higher priority than normally. </constant> </constants> </class> |