C# Class PlayFab.PlayStreamModels.PlayStreamEventHistory

Show file Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
ParentEventId string
ParentTriggerId string
TriggeredEvents bool

Property Details

ParentEventId public property

The ID of the previous event that caused this event to be created by hitting a trigger.
public string ParentEventId
return string

ParentTriggerId public property

The ID of the trigger that caused this event to be created.
public string ParentTriggerId
return string

TriggeredEvents public property

If true, then this event was allowed to trigger subsequent events in a trigger.
public bool TriggeredEvents
return bool