RigsofRods
Soft-body Physics Simulation
|
#include <SurveyMapEntity.h>
Public Member Functions | |
SurveyMapEntity () | |
SurveyMapEntity (const std::string &_type, const std::string &_caption, const std::string &_filename, const std::string &_rg, Ogre::Vector3 _pos, Ogre::Radian _rot, int _id) | |
Data Fields | |
std::string | type |
informational More... | |
std::string | caption |
display caption More... | |
std::string | filename |
Requested icon, cached may be out of date. More... | |
std::string | resource_group |
if empty, defaults to TexturesRG More... | |
Ogre::Vector3 | pos |
world pos in meters More... | |
Ogre::Radian | rot_angle |
world yaw in radians More... | |
int | id = -1 |
race ID (>=0), or -1 if not a race icon. You can use larger negative numbers for custom IDs. More... | |
Ogre::TexturePtr | cached_icon |
bool | draw_caption = false |
By default, don't draw caption under icon, use the mouse tooltip. More... | |
Ogre::ColourValue | caption_color = Ogre::ColourValue::White |
Definition at line 35 of file SurveyMapEntity.h.
|
inline |
Definition at line 37 of file SurveyMapEntity.h.
|
inline |
Definition at line 40 of file SurveyMapEntity.h.
Ogre::TexturePtr RoR::SurveyMapEntity::cached_icon |
Definition at line 51 of file SurveyMapEntity.h.
std::string RoR::SurveyMapEntity::caption |
display caption
Definition at line 45 of file SurveyMapEntity.h.
Ogre::ColourValue RoR::SurveyMapEntity::caption_color = Ogre::ColourValue::White |
Definition at line 53 of file SurveyMapEntity.h.
bool RoR::SurveyMapEntity::draw_caption = false |
By default, don't draw caption under icon, use the mouse tooltip.
Definition at line 52 of file SurveyMapEntity.h.
std::string RoR::SurveyMapEntity::filename |
Requested icon, cached may be out of date.
Definition at line 46 of file SurveyMapEntity.h.
int RoR::SurveyMapEntity::id = -1 |
race ID (>=0), or -1 if not a race icon. You can use larger negative numbers for custom IDs.
Definition at line 50 of file SurveyMapEntity.h.
Ogre::Vector3 RoR::SurveyMapEntity::pos |
world pos in meters
Definition at line 48 of file SurveyMapEntity.h.
std::string RoR::SurveyMapEntity::resource_group |
if empty, defaults to TexturesRG
Definition at line 47 of file SurveyMapEntity.h.
Ogre::Radian RoR::SurveyMapEntity::rot_angle |
world yaw in radians
Definition at line 49 of file SurveyMapEntity.h.
std::string RoR::SurveyMapEntity::type |
informational
Definition at line 44 of file SurveyMapEntity.h.