GDExtensionInterfaceObjectGetInstanceId typedef
GDExtensionInterfaceObjectGetInstanceId = Pointer<NativeFunction<GDExtensionInterfaceObjectGetInstanceIdFunction> >
@name object_get_instance_id @since 4.1
Gets the instance ID from an Object.
@param p_object A pointer to the Object.
@return The instance ID.
Implementation
typedef GDExtensionInterfaceObjectGetInstanceId =
ffi.Pointer<
ffi.NativeFunction<GDExtensionInterfaceObjectGetInstanceIdFunction>
>;