GDExtensionInterfacePackedByteArrayOperatorIndex typedef

GDExtensionInterfacePackedByteArrayOperatorIndex = Pointer<NativeFunction<GDExtensionInterfacePackedByteArrayOperatorIndexFunction>>

@name packed_byte_array_operator_index @since 4.1

Gets a pointer to a byte in a PackedByteArray.

@param p_self A pointer to a PackedByteArray object. @param p_index The index of the byte to get.

@return A pointer to the requested byte.

Implementation

typedef GDExtensionInterfacePackedByteArrayOperatorIndex =
    ffi.Pointer<
      ffi.NativeFunction<
        GDExtensionInterfacePackedByteArrayOperatorIndexFunction
      >
    >;