GMBLPickupCompletionReason Constants Reference

Declared in GMBLPickupManager.h

GMBLPickupCompletionReason

Definition

typedef NS_ENUM(NSInteger, GMBLPickupCompletionReason ) {
   GMBLPickupCompletionReasonFulfilled = 0,
   GMBLPickupCompletionReasonAborted,
   GMBLPickupCompletionReasonOther,
};

Constants

GMBLPickupCompletionReasonFulfilled

Declared In GMBLPickupManager.h.

GMBLPickupCompletionReasonAborted

Declared In GMBLPickupManager.h.

GMBLPickupCompletionReasonOther

Declared In GMBLPickupManager.h.