GDExtensionInterfaceStringOperatorPlusEqCstr typedef

GDExtensionInterfaceStringOperatorPlusEqCstr = Pointer<NativeFunction<GDExtensionInterfaceStringOperatorPlusEqCstrFunction>>

@name string_operator_plus_eq_cstr @since 4.1

Appends a Latin-1 encoded C string to a String.

@param p_self A pointer to the String. @param p_b A pointer to a Latin-1 encoded C string (null terminated).

Implementation

typedef GDExtensionInterfaceStringOperatorPlusEqCstr =
    ffi.Pointer<
      ffi.NativeFunction<GDExtensionInterfaceStringOperatorPlusEqCstrFunction>
    >;