mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 13:41:03 +00:00 
			
		
		
		
	replaced :var by :Variant in documentation, fixes #2897
This commit is contained in:
		
							parent
							
								
									534c8e74b9
								
							
						
					
					
						commit
						f2183a5e09
					
				
					 12 changed files with 17 additions and 16 deletions
				
			
		|  | @ -1977,7 +1977,7 @@ void _Thread::_bind_methods() { | |||
| 	ObjectTypeDB::bind_method(_MD("start:Error","instance","method","userdata","priority"),&_Thread::start,DEFVAL(Variant()),DEFVAL(PRIORITY_NORMAL)); | ||||
| 	ObjectTypeDB::bind_method(_MD("get_id"),&_Thread::get_id); | ||||
| 	ObjectTypeDB::bind_method(_MD("is_active"),&_Thread::is_active); | ||||
| 	ObjectTypeDB::bind_method(_MD("wait_to_finish:var"),&_Thread::wait_to_finish); | ||||
| 	ObjectTypeDB::bind_method(_MD("wait_to_finish:Variant"),&_Thread::wait_to_finish); | ||||
| 
 | ||||
| 	BIND_CONSTANT( PRIORITY_LOW ); | ||||
| 	BIND_CONSTANT( PRIORITY_NORMAL ); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Juan Linietsky
						Juan Linietsky