mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Sync classref with current source
This commit is contained in:
@@ -45,7 +45,7 @@ Lock this ``Mutex``, blocks until it is unlocked by the current owner.
|
||||
|
||||
- :ref:`Error<enum_@GlobalScope_Error>` **try_lock** **(** **)**
|
||||
|
||||
Try locking this ``Mutex``, does not block. Returns OK on success, ERR_BUSY otherwise.
|
||||
Try locking this ``Mutex``, does not block. Returns ``OK`` on success, ``ERR_BUSY`` otherwise.
|
||||
|
||||
.. _class_Mutex_unlock:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user