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_cast_to
1884
+
*
1885
+
* Gets the class name of an Object.
1886
+
*
1887
+
* @param p_object A pointer to the Object.
1888
+
* @param r_class_name A pointer to a String to receive the class name.
1889
+
*
1890
+
* @return true if successful in getting the class name; otherwise false.
0 commit comments