Files
godot-docs/classes/class_semaphore.rst
Rémi Verschelde 2f06d055e3 De-headline the Inherits and Category fields
Also escape _ and * characters in e.g. "TYPE_*" description content.
2016-02-08 18:31:35 +01:00

33 lines
626 B
ReStructuredText

.. _class_Semaphore:
Semaphore
=========
**Inherits:** :ref:`Reference<class_reference>`
**Category:** Core
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** **(** **)**