ClassDBClassHasMethod Method |
Returns whether class (or its ancestry if no_inheritance is false) has a method called method or not.
Namespace: Godot
public static bool ClassHasMethod( string class, string method, bool noInheritance = false )
[Missing <param name="class"/> documentation for "M:Godot.ClassDB.ClassHasMethod(System.String,System.String,System.Boolean)"]
[Missing <param name="method"/> documentation for "M:Godot.ClassDB.ClassHasMethod(System.String,System.String,System.Boolean)"]
[Missing <param name="noInheritance"/> documentation for "M:Godot.ClassDB.ClassHasMethod(System.String,System.String,System.Boolean)"]
[Missing <returns> documentation for "M:Godot.ClassDB.ClassHasMethod(System.String,System.String,System.Boolean)"]