Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 11, 2007, 12:10:24 AM (17 years ago)
Author:
patrick
Message:

mount point xml file parsing and object creation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/mount_points/src/world_entities/mount_point.h

    r10231 r10232  
    1717    void init();
    1818    void initMountPoint(const TiXmlElement* root);
     19    void loadParam(const TiXmlElement* root);
    1920
     21    void setDescription(const std::string& description);
     22    void setOrxClass(const std::string& orxClass);
    2023
    2124    virtual void tick (float time);
     
    3336    std::string          _name;        //!< the name of the mount point
    3437
     38    std::string          _description; //!< string containing an optional description
     39
    3540};
    3641
Note: See TracChangeset for help on using the changeset viewer.