GDExtensionInterfacePackedStringArrayOperatorIndex typedef
GDExtensionInterfacePackedStringArrayOperatorIndex = Pointer<NativeFunction<GDExtensionInterfacePackedStringArrayOperatorIndexFunction> >
@name packed_string_array_operator_index @since 4.1
Gets a pointer to a string in a PackedStringArray.
@param p_self A pointer to a PackedStringArray object. @param p_index The index of the String to get.
@return A pointer to the requested String.
Implementation
typedef GDExtensionInterfacePackedStringArrayOperatorIndex =
ffi.Pointer<
ffi.NativeFunction<
GDExtensionInterfacePackedStringArrayOperatorIndexFunction
>
>;