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

event()Object

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

list()Array

The list of event commands
Returns:
TypeDescription
ArrayArray of event command objects

refresh()

Refreshes the common event

update()

Update the common event