API Model SetFogNear Edit History Talk0 98,473pages on this wiki Revision as of 23:56, July 14, 2008 by Charibot (Talk | contribs) (diff) ←Older revision | Latest revision (diff) | Newer revision → (diff) Referencee AddOns WoW API Widget API XML UI WoW Lua Macro API Event API Changes Web API HOWTOs Snippets UI tech. CVars Category nav. → Widget Methods Sets the near clipping plane for fogging. myModel:SetFogNear(0); Arguments near: number if you don't know what to insert here, you'll probably go best with 0 ;) Returns nil See also Model:SetFogFar() Read more Sets a color as the selected color in a ColorSelect frame. ColorSelect:SetColorRGB(r, g, b) (r... API ColorSelect SetColorRGB Returns the text from any FontString UI object. text = FontString:GetText(); none text String ... API FontString GetText Registers which events the object would like to monitor. This ensures the code placed in the... API Frame RegisterEvent Categories: Widget methods