GDExtensionInterfaceStringOperatorPlusEqString typedef
GDExtensionInterfaceStringOperatorPlusEqString = Pointer<NativeFunction<GDExtensionInterfaceStringOperatorPlusEqStringFunction> >
@name string_operator_plus_eq_string @since 4.1
Appends another String to a String.
@param p_self A pointer to the String. @param p_b A pointer to the other String to append.
Implementation
typedef GDExtensionInterfaceStringOperatorPlusEqString =
ffi.Pointer<
ffi.NativeFunction<GDExtensionInterfaceStringOperatorPlusEqStringFunction>
>;