DynRPG v0.32 Unofficial
Plugin SDK
Public Attributes | List of all members
RPG::EventPage Class Reference

Used for pages within a map event, along with their conditions, script list, commands, etc. More...

#include <EventPage.h>

Public Attributes

int id
 ID of the event page (1-100)
 
EventScriptListscriptLines
 The event script lines! (See RPG::EventScriptList)
 
EventPreconditionpreconditions
 The event's preconditions (See RPG::MapEventPrecondition)
 
DStringPtr charsetFilename
 The filename of the charset used for the event graphic.
 
int charsetId
 The ID of the character within the charset (0-7)
 
Facing charsetDir
 The direction the charset is facing in.
 
EventFrame charsetFrame
 The starting frame of animation for the charset (See RPG::EventFrame)
 
bool isTransparent
 Is the event graphic transparent?
 
int moveSpeed
 The event's movement speed (1-8)
 
EventMoveFrequency moveFrequency
 The event's movement frequency (See RPG::EventMoveFrequency)
 
MoveRoutemoveRoute
 The move route of the event.
 

Detailed Description

Used for pages within a map event, along with their conditions, script list, commands, etc.

See also
RPG::EventData
RPG::EventPrecondition
RPG::Facing
RPG::EventFrame
RPG::MoveRoute

The documentation for this class was generated from the following file: