GDExtensionInterfacePackedByteArrayOperatorIndexConst typedef
GDExtensionInterfacePackedByteArrayOperatorIndexConst = Pointer<NativeFunction<GDExtensionInterfacePackedByteArrayOperatorIndexConstFunction> >
@name packed_byte_array_operator_index_const @since 4.1
Gets a const pointer to a byte in a PackedByteArray.
@param p_self A const pointer to a PackedByteArray object. @param p_index The index of the byte to get.
@return A const pointer to the requested byte.
Implementation
typedef GDExtensionInterfacePackedByteArrayOperatorIndexConst =
ffi.Pointer<
ffi.NativeFunction<
GDExtensionInterfacePackedByteArrayOperatorIndexConstFunction
>
>;