GDExtensionInterfacePackedInt32ArrayOperatorIndexConstFunction typedef

GDExtensionInterfacePackedInt32ArrayOperatorIndexConstFunction = Pointer<Int32> Function(GDExtensionConstTypePtr p_self, GDExtensionInt p_index)

Implementation

typedef GDExtensionInterfacePackedInt32ArrayOperatorIndexConstFunction =
    ffi.Pointer<ffi.Int32> Function(
      GDExtensionConstTypePtr p_self,
      GDExtensionInt p_index,
    );