|
static std::vector< TuneupDefPtr > | ParseTuneups (Ogre::DataStreamPtr &stream) |
|
static void | ExportTuneup (Ogre::DataStreamPtr &stream, TuneupDefPtr &tuneup) |
|
|
static bool | isAddonPartUsed (TuneupDefPtr &tuneup_entry, const std::string &filename) |
|
|
static float | getTweakedWheelTireRadius (TuneupDefPtr &tuneup_entry, WheelID_t wheel_id, float orig_val) |
|
static float | getTweakedWheelRimRadius (TuneupDefPtr &tuneup_entry, WheelID_t wheel_id, float orig_val) |
|
static std::string | getTweakedWheelMedia (TuneupDefPtr &tuneup_entry, WheelID_t wheel_id, int media_idx, const std::string &orig_val) |
|
static std::string | getTweakedWheelMediaRG (TuneupDefPtr &tuneup_def, WheelID_t wheel_id, int media_idx, const std::string &orig_val) |
|
static WheelSide | getTweakedWheelSide (TuneupDefPtr &tuneup_entry, WheelID_t wheel_id, WheelSide orig_val) |
|
static bool | isWheelTweaked (TuneupDefPtr &tuneup_entry, WheelID_t wheel_id, TuneupWheelTweak *&out_tweak) |
|
|
static Ogre::Vector3 | getTweakedNodePosition (TuneupDefPtr &tuneup_entry, NodeNum_t nodenum, Ogre::Vector3 orig_val) |
|
static bool | isNodeTweaked (TuneupDefPtr &tuneup_entry, NodeNum_t nodenum, TuneupNodeTweak *&out_tweak) |
|
|
static bool | isPropAnyhowRemoved (TuneupDefPtr &tuneup_def, PropID_t prop_id) |
|
static Ogre::Vector3 | getTweakedPropOffset (TuneupDefPtr &tuneup_entry, PropID_t prop_id, Ogre::Vector3 orig_val) |
|
static Ogre::Vector3 | getTweakedPropRotation (TuneupDefPtr &tuneup_entry, PropID_t prop_id, Ogre::Vector3 orig_val) |
|
static std::string | getTweakedPropMedia (TuneupDefPtr &tuneup_entry, PropID_t prop_id, int media_idx, const std::string &orig_val) |
|
static std::string | getTweakedPropMediaRG (TuneupDefPtr &tuneup_def, PropID_t prop_id, int media_idx, const std::string &orig_val) |
|
static bool | isPropTweaked (TuneupDefPtr &tuneup_entry, PropID_t flexbody_id, TuneupPropTweak *&out_tweak) |
|
|
static bool | isFlexbodyAnyhowRemoved (TuneupDefPtr &tuneup_def, FlexbodyID_t flexbody_id) |
|
static Ogre::Vector3 | getTweakedFlexbodyOffset (TuneupDefPtr &tuneup_entry, FlexbodyID_t flexbody_id, Ogre::Vector3 orig_val) |
|
static Ogre::Vector3 | getTweakedFlexbodyRotation (TuneupDefPtr &tuneup_entry, FlexbodyID_t flexbody_id, Ogre::Vector3 orig_val) |
|
static std::string | getTweakedFlexbodyMedia (TuneupDefPtr &tuneup_entry, FlexbodyID_t flexbody_id, int media_idx, const std::string &orig_val) |
|
static std::string | getTweakedFlexbodyMediaRG (TuneupDefPtr &tuneup_def, FlexbodyID_t flexbody_id, int media_idx, const std::string &orig_val) |
|
static bool | isFlexbodyTweaked (TuneupDefPtr &tuneup_entry, FlexbodyID_t flexbody_id, TuneupFlexbodyTweak *&out_tweak) |
|
|
static bool | isFlareAnyhowRemoved (TuneupDefPtr &tuneup_def, FlareID_t flare_id) |
|
|
static bool | isExhaustAnyhowRemoved (TuneupDefPtr &tuneup_def, ExhaustID_t exhaust_id) |
|
|
static bool | isManagedMatAnyhowRemoved (TuneupDefPtr &tuneup_def, const std::string &matname) |
|
static std::string | getTweakedManagedMatType (TuneupDefPtr &tuneup_def, const std::string &matname, const std::string &orig_val) |
|
static std::string | getTweakedManagedMatMedia (TuneupDefPtr &tuneup_def, const std::string &matname, int media_idx, const std::string &orig_val) |
|
static std::string | getTweakedManagedMatMediaRG (TuneupDefPtr &tuneup_def, const std::string &matname, int media_idx, const std::string &orig_val) |
|
static bool | isManagedMatTweaked (TuneupDefPtr &tuneup_def, const std::string &matname, TuneupManagedMatTweak *&out_tweak) |
|
Definition at line 178 of file TuneupFileFormat.h.