RPG::Animation
Data class for animation.
Superclass
Attributes
id
The animation ID.
name
The animation name.
animation_name
The animation's graphic file name.
animation_hue
The adjustment value for the animation graphic's hue (0..360).
position
The animation's position (0: top, 1: middle, 2: bottom, 3: screen).
frame_max
Number of frames.
frames
Frame contents. An RPG::Animation::Frame array.
timings
Timing for SE and flash effects. An RPG::Animation::Timing array.
Inner Classes
Definition
Last updated