| 96 | } |
| 97 | |
| 98 | bool Streamer::IsBroken() const |
| 99 | { |
| 100 | return _isBroken; |
| 101 | } |
| 102 | |
| 103 | void Streamer::Extend(const Vector3& pos, const Vector3& dir, short orient, const Color& colorStart, const Color& colorEnd, |
| 104 | float width, float life, float vel, float expRate, short rot, unsigned int segmentCount) |