0.0
[inline]
Definition at line 39 of file VideoMinimap.h.
References mBaseColor, mDecay, mMaxLength, and mName.
00040 { 00041 mMaxLength = maxlength; 00042 mDecay = decay; 00043 mBaseColor = color; 00044 mName = name; 00045 }