Show
Ignore:
Timestamp:
11/19/08 13:29:24 (17 years ago)
Author:
yumileroy
Message:

[svn] Added a function for WorldObjects? to summon GameObjects?. Original patch provided by streetrat. Please refer to the patch thread for usage instructions.

Original author: w12x
Date: 2008-10-17 18:13:04-05:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/game/GameObject.h

    r44 r52  
    495495        } 
    496496        bool isSpawnedByDefault() const { return m_spawnedByDefault; } 
     497        void SetSpawnedByDefault(bool b) { m_spawnedByDefault = b; } 
    497498        uint32 GetRespawnDelay() const { return m_respawnDelayTime; } 
    498499        void Refresh();