Class: Game_Actors

Game_Actors

new Game_Actors()

The wrapper class for an actor array.

Methods

actor(actorId)Game_Actor | null

Get a Game Actor object from the actor's id. One will be created if it doesn't exist.
NameTypeDescription
actorIdnumberThe actor's id
Returns:
TypeDescription
Game_Actor|nullThe game actor object, or null if the id is invalid

initialize()

Initialize the array