mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 18:29:11 +00:00
Merge pull request #382 from BeayemX/patch-1
Fixed typo 'one short connection' to 'one shot'
This commit is contained in:
@@ -112,7 +112,7 @@ Numeric Constants
|
||||
- **NOTIFICATION_PREDELETE** = **1** --- Called before the object is about to be deleted.
|
||||
- **CONNECT_DEFERRED** = **1** --- Connect a signal in deferred mode. This way, signal emissions are stored in a queue, then set on idle time.
|
||||
- **CONNECT_PERSIST** = **2** --- Persisting connections are saved when the object is serialized to file.
|
||||
- **CONNECT_ONESHOT** = **4** --- One short connections disconnect themselves after emission.
|
||||
- **CONNECT_ONESHOT** = **4** --- One shot connections disconnect themselves after emission.
|
||||
|
||||
Description
|
||||
-----------
|
||||
|
||||
Reference in New Issue
Block a user