Destiny.Definitions.DestinyActivityPlaylistItemDefinition
		If the activity is a playlist, this is the definition for a specific entry in the playlist: a single possible combination of Activity and Activity Mode that can be chosen.
	
	
	
	
		Type: object
	
	
	
	
	
		Object Properties
activityHash
						
		Mapped to Definition
	
	
	
	
		The hash identifier of the Activity that can be played. Use it to look up the DestinyActivityDefinition.
	
	
	
	
		Type: uint32
	
	
	
	
	
	
	
		Mapped to Manifest Database Definition: 
		Destiny.Definitions.DestinyActivityDefinition
	
			
directActivityModeHash
						
		Nullable
		Mapped to Definition
	
	
	
	
		If this playlist entry had an activity mode directly defined on it, this will be the hash of that mode.
	
	
	
	
		Type: uint32
	
	
	
	
	
	
	
		Mapped to Manifest Database Definition: 
		Destiny.Definitions.DestinyActivityModeDefinition
	
			
directActivityModeType
						
		Nullable
	
	
	
	
		If the playlist entry had an activity mode directly defined on it, this will be the enum value of that mode.
	
	
	
	
		Type: int32
	
	
	
	
	
	
			
activityModeHashes
						
		Mapped to Definition
	
	
	
	
		The hash identifiers for Activity Modes relevant to this entry.
	
	
	
	
		Type: array
	
	
	
	
		Array Contents:
			uint32
	
	
	
	
	
		Mapped to Manifest Database Definition: 
		Destiny.Definitions.DestinyActivityModeDefinition
	
			
activityModeTypes
						
		The activity modes - if any - in enum form. Because we can't seem to escape the enums.
	
	
	
	
		Type: array
	
	
	
	
		Array Contents:
			int32