GDExtensionInterfacePackedInt32ArrayOperatorIndexConst typedef

GDExtensionInterfacePackedInt32ArrayOperatorIndexConst = Pointer<NativeFunction<GDExtensionInterfacePackedInt32ArrayOperatorIndexConstFunction>>

@name packed_int32_array_operator_index_const @since 4.1

Gets a const pointer to a 32-bit integer in a PackedInt32Array.

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

@return A const pointer to the requested 32-bit integer.

Implementation

typedef GDExtensionInterfacePackedInt32ArrayOperatorIndexConst =
    ffi.Pointer<
      ffi.NativeFunction<
        GDExtensionInterfacePackedInt32ArrayOperatorIndexConstFunction
      >
    >;