Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

network: loadparams extension

File:
1 edited

Legend:

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

    r6086 r6087  
    2323    void loadParams(const TiXmlElement* root);
    2424
    25     void setSpawningEntity(int classID);
    26     void setSpawningFrequency(float frequency);
    27     void setPositionSeed(float seed);
    28 
    2925    /**  sets the entity that is going to be spawned by this point @param classID: the id from the class_id.h file */
    3026    void SpawningPoint::setSpawningEntity(int classID) { this->classID = classID; }
Note: See TracChangeset for help on using the changeset viewer.