Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 13, 2005, 1:23:55 PM (18 years ago)
Author:
patrick
Message:

network: loadparams for the spawning point

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/world_entities/spawning_point.h

    r6084 r6086  
    1111
    1212class World;
     13class TiXmlElement;
    1314
    1415//! The spawning point for world entities
     
    1920    SpawningPoint (const Vector& position, float frequency, float seed, int classID, const World* world);
    2021    virtual ~SpawningPoint ();
     22
     23    void loadParams(const TiXmlElement* root);
    2124
    2225    void setSpawningEntity(int classID);
Note: See TracChangeset for help on using the changeset viewer.