mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 13:41:03 +00:00 
			
		
		
		
	Updated function argument names
This commit is contained in:
		
							parent
							
								
									5052cb2b91
								
							
						
					
					
						commit
						428f03cf06
					
				
					 74 changed files with 195 additions and 194 deletions
				
			
		|  | @ -81,8 +81,8 @@ class MeshEditorPlugin : public EditorPlugin { | |||
| public: | ||||
| 	virtual String get_name() const { return "Mesh"; } | ||||
| 	bool has_main_screen() const { return false; } | ||||
| 	virtual void edit(Object *p_node); | ||||
| 	virtual bool handles(Object *p_node) const; | ||||
| 	virtual void edit(Object *p_object); | ||||
| 	virtual bool handles(Object *p_object) const; | ||||
| 	virtual void make_visible(bool p_visible); | ||||
| 
 | ||||
| 	MeshEditorPlugin(EditorNode *p_node); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Wilson E. Alvarez
						Wilson E. Alvarez