Class: RPG::Event::Page

Inherits:
Object show all
Defined in:
docs/00000_Dependencies.rb

Defined Under Namespace

Classes: Condition, Graphic

Instance Attribute Summary collapse

Instance Attribute Details

#always_on_top

Returns the value of attribute always_on_top.



1180
1181
1182
# File 'docs/00000_Dependencies.rb', line 1180

def always_on_top
  @always_on_top
end

#condition

Returns the value of attribute condition.



1170
1171
1172
# File 'docs/00000_Dependencies.rb', line 1170

def condition
  @condition
end

#direction_fix

Returns the value of attribute direction_fix.



1178
1179
1180
# File 'docs/00000_Dependencies.rb', line 1178

def direction_fix
  @direction_fix
end

#graphic

Returns the value of attribute graphic.



1171
1172
1173
# File 'docs/00000_Dependencies.rb', line 1171

def graphic
  @graphic
end

#list

Returns the value of attribute list.



1182
1183
1184
# File 'docs/00000_Dependencies.rb', line 1182

def list
  @list
end

#move_frequency

Returns the value of attribute move_frequency.



1174
1175
1176
# File 'docs/00000_Dependencies.rb', line 1174

def move_frequency
  @move_frequency
end

#move_route

Returns the value of attribute move_route.



1175
1176
1177
# File 'docs/00000_Dependencies.rb', line 1175

def move_route
  @move_route
end

#move_speed

Returns the value of attribute move_speed.



1173
1174
1175
# File 'docs/00000_Dependencies.rb', line 1173

def move_speed
  @move_speed
end

#move_type

Returns the value of attribute move_type.



1172
1173
1174
# File 'docs/00000_Dependencies.rb', line 1172

def move_type
  @move_type
end

#step_anime

Returns the value of attribute step_anime.



1177
1178
1179
# File 'docs/00000_Dependencies.rb', line 1177

def step_anime
  @step_anime
end

#through

Returns the value of attribute through.



1179
1180
1181
# File 'docs/00000_Dependencies.rb', line 1179

def through
  @through
end

#trigger

Returns the value of attribute trigger.



1181
1182
1183
# File 'docs/00000_Dependencies.rb', line 1181

def trigger
  @trigger
end

#walk_anime

Returns the value of attribute walk_anime.



1176
1177
1178
# File 'docs/00000_Dependencies.rb', line 1176

def walk_anime
  @walk_anime
end