Returns the model's current fog color. Does not indicate whether fog display is enabled. Signature: Code red, green, blue = Model:GetFogColor()
Returns: - red - Red component of the color (0.0 - 1.0) (number)
- green - Green component of the color (0.0 - 1.0) (number)
- blue - Blue component of the color (0.0 - 1.0) (number)
Также смотрите: Модель
Ссылки: http://wowprogramming.com/docs/widgets/Model/GetFogColor
|