Changeset 130 for trunk/src/bindings/scripts/include/sc_creature.h
- Timestamp:
- 11/19/08 13:38:54 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bindings/scripts/include/sc_creature.h
r109 r130 147 147 //Selects a unit from the creature's current aggro list 148 148 Unit* SelectUnit(SelectAggroTarget target, uint32 position); 149 Unit* SelectUnit(SelectAggroTarget target, uint32 position, float dist, bool playerOnly); 150 void SelectUnitList(std::list<Unit*> &targetList, uint32 num, SelectAggroTarget target, float dist, bool playerOnly); 149 151 150 152 //Returns spells that meet the specified criteria from the creatures spell list