You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
typedefvoid (*GDExtensionInterfaceObjectSetInstance)(GDExtensionObjectPtrp_o, GDExtensionConstStringNamePtrp_classname, GDExtensionClassInstancePtrp_instance); /* p_classname should be a registered extension class and should extend the p_o object's class. */
1881
1881
1882
+
/**
1883
+
* @name object_get_class_name
1884
+
*
1885
+
* Gets the class name of an Object.
1886
+
*
1887
+
* @param p_object A pointer to the Object.
1888
+
* @param p_library A pointer the library received by the GDExtension's entry point function.
1889
+
* @param r_class_name A pointer to a String to receive the class name.
1890
+
*
1891
+
* @return true if successful in getting the class name; otherwise false.
0 commit comments