Class: Game_CommonEvent

Game_CommonEvent

new Game_CommonEvent()

The game object class for a common event. It contains functionality for running parallel process events.

Methods

Get the common event data object
Returns:
TypeDescription
ObjectCommon event data object

initialize(commonEventId)

Initialize the common event
NameTypeDescription
commonEventIdnumberThe id of the common event

isActive()boolean

Check if the common event is active
Returns:
TypeDescription
booleanTrue if active
The list of event commands
Returns:
TypeDescription
ArrayArray of event command objects
Refreshes the common event
Update the common event