GDExtensionInterfacePackedStringArrayOperatorIndexConst typedef

GDExtensionInterfacePackedStringArrayOperatorIndexConst = Pointer<NativeFunction<GDExtensionInterfacePackedStringArrayOperatorIndexConstFunction>>

@name packed_string_array_operator_index_const @since 4.1

Gets a const pointer to a string in a PackedStringArray.

@param p_self A const pointer to a PackedStringArray object. @param p_index The index of the String to get.

@return A const pointer to the requested String.

Implementation

typedef GDExtensionInterfacePackedStringArrayOperatorIndexConst =
    ffi.Pointer<
      ffi.NativeFunction<
        GDExtensionInterfacePackedStringArrayOperatorIndexConstFunction
      >
    >;