class_thread - dragonsoulz/godot GitHub Wiki
Thread
####Inherits: Reference ####Category: Core
Brief Description
Member Functions
- int start ( Object instance, String method, var userdata=NULL, int priority=1 )
- String get_id ( ) const
- bool is_active ( ) const
- void wait_to_finish ( )
Numeric Constants
- PRIORITY_LOW = 0
- PRIORITY_NORMAL = 1
- PRIORITY_HIGH = 2