GDExtensionInterfaceVariantGetConstantValue typedef

GDExtensionInterfaceVariantGetConstantValue = Pointer<NativeFunction<GDExtensionInterfaceVariantGetConstantValueFunction>>

@name variant_get_constant_value @since 4.1

Gets the value of a constant from the given Variant type.

@param p_type The Variant type. @param p_constant A pointer to a StringName with the constant name. @param r_ret A pointer to a Variant to store the value.

Implementation

typedef GDExtensionInterfaceVariantGetConstantValue =
    ffi.Pointer<
      ffi.NativeFunction<GDExtensionInterfaceVariantGetConstantValueFunction>
    >;