Awaiter

Inherits: Reference < Object

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

Inherits: Reference < Object

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

  • interrupted ( )

    There is currently no description for this signal.

Property Descriptions

  • Variant result

    There is currently no description for this property.

Method Descriptions

  • Variant wait ( int time )

    There is currently no description for this method.


  • Variant wait_for_signal ( Object object, String signal_name, int timeout )

    There is currently no description for this method.