mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 13:41:03 +00:00 
			
		
		
		
	Merge pull request #84947 from raulsntos/dotnet/instance_bindings
C#: Use `get_instance_binding` instead of set
This commit is contained in:
		
						commit
						c196d12e23
					
				
					 3 changed files with 16 additions and 24 deletions
				
			
		|  | @ -442,7 +442,7 @@ class CSharpLanguage : public ScriptLanguage { | |||
| public: | ||||
| 	static void *get_instance_binding(Object *p_object); | ||||
| 	static void *get_existing_instance_binding(Object *p_object); | ||||
| 	static void set_instance_binding(Object *p_object, void *p_binding); | ||||
| 	static void *get_instance_binding_with_setup(Object *p_object); | ||||
| 	static bool has_instance_binding(Object *p_object); | ||||
| 
 | ||||
| 	const Mutex &get_language_bind_mutex() { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Rémi Verschelde
						Rémi Verschelde