GDExtensionInterfaceStringOperatorPlusEqChar typedef
GDExtensionInterfaceStringOperatorPlusEqChar = Pointer<NativeFunction<GDExtensionInterfaceStringOperatorPlusEqCharFunction> >
@name string_operator_plus_eq_char @since 4.1
Appends a character to a String.
@param p_self A pointer to the String. @param p_b A pointer to the character to append.
Implementation
typedef GDExtensionInterfaceStringOperatorPlusEqChar =
ffi.Pointer<
ffi.NativeFunction<GDExtensionInterfaceStringOperatorPlusEqCharFunction>
>;