PauseEndEvent class
A representation of the Pause end event. Takes place when a game pause ends or when the game first begins after the loading screen.
Signature:
export declare class PauseEndEvent extends TimelineEvent Extends: TimelineEvent
References: TimelineEvent
Constructor
new PauseEndEvent (data: PauseEndEventData)Constructs a new instance of the PauseEndEvent class.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| data | PauseEndEventData | The raw data of the event. | 
Properties
realTime
The real time when the pause ended.
Type: Date
realTimestamp
The real timestamp - the actual time when this pause ended.
Type: Number
type
The type of the event;
Type: 'PAUSE_END'
Table of Contents
