mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Add classes ref generated by makerst.py
This commit is contained in:
37
classes/class_semaphore.rst
Normal file
37
classes/class_semaphore.rst
Normal file
@@ -0,0 +1,37 @@
|
||||
.. _class_Semaphore:
|
||||
|
||||
Semaphore
|
||||
=========
|
||||
|
||||
Inherits: :ref:`Reference<class_reference>`
|
||||
-------------------------------------------
|
||||
|
||||
Category: Core
|
||||
--------------
|
||||
|
||||
Brief Description
|
||||
-----------------
|
||||
|
||||
|
||||
|
||||
Member Functions
|
||||
----------------
|
||||
|
||||
+--------+------------------------------------------------+
|
||||
| Error | :ref:`wait<class_Semaphore_wait>` **(** **)** |
|
||||
+--------+------------------------------------------------+
|
||||
| Error | :ref:`post<class_Semaphore_post>` **(** **)** |
|
||||
+--------+------------------------------------------------+
|
||||
|
||||
Member Function Description
|
||||
---------------------------
|
||||
|
||||
.. _class_Semaphore_wait:
|
||||
|
||||
- Error **wait** **(** **)**
|
||||
|
||||
.. _class_Semaphore_post:
|
||||
|
||||
- Error **post** **(** **)**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user