Represent a rule_image applied with a random seed. More...
#include <builder.hpp>
Public Member Functions | |
const rule_image * | operator-> () const |
bool | operator< (const rule_image_rand &o) const |
sort by layer first then by basey More... | |
Public Attributes | |
const rule_image * | ri |
unsigned int | rand |
Represent a rule_image applied with a random seed.
Definition at line 305 of file builder.hpp.
|
inline |
Definition at line 307 of file builder.hpp.
References ri.
|
inline |
sort by layer first then by basey
Definition at line 312 of file builder.hpp.
References terrain_builder::rule_image::basey, terrain_builder::rule_image::layer, and ri.
unsigned int terrain_builder::tile::rule_image_rand::rand |
Definition at line 318 of file builder.hpp.
const rule_image* terrain_builder::tile::rule_image_rand::ri |
Definition at line 317 of file builder.hpp.
Referenced by operator->(), and operator<().