Awaiter¶
Methods¶
| return type | signature |
|---|---|
| Variant | static wait_for_coroutine ( Variant coroutine, int timeout_ms ) |
| Variant | static wait_for_signal ( Object object, String signal_name, int timeout_ms ) |
| Variant | static wait ( int time_ms ) |
| Variant | static submit ( ) |
Method Descriptions¶
-
Variant static wait_for_coroutine ( Variant coroutine, int timeout_ms )
There is currently no description for this method.
-
Variant static wait_for_signal ( Object object, String signal_name, int timeout_ms )
There is currently no description for this method.
-
Variant static wait ( int time_ms )
There is currently no description for this method.
-
Variant static submit ( )
There is currently no description for this method.
Sub Classes¶
AwaiterReference¶
Properties¶
| type | name |
|---|---|
| Variant | result |
Methods¶
| return type | signature |
|---|---|
| Variant | wait ( int time ) |
| Variant | wait_for_signal ( Object object, String signal_name, int timeout ) |
Signals¶
Property Descriptions¶
-
Variant result
There is currently no description for this property.