API Model SetFogFar Edit History Talk0 98,523pages on this wiki Revision as of 09:37, April 30, 2009 by Kkorrus (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 far clipping plane for fogging. myModel:SetFogNear(10); Arguments far: number this mostly depends on your camera setup. If you're not sure what to insert here, start with a value 6 and slowly increase the number until you're pleased with the result. Returns nil See alsoEdit Model:SetFogNear() Read more Gets the text on the button. text = Button:GetText() None text String - The text on the button API Button GetText str = editBox:GetText() Returns the String that is currently entered in the EditBox. Arguments... API EditBox GetText CreateTexture is a method on Frame objects that creates and returns a new Texture. CreateTexture... API Frame CreateTexture Categories: Widget methods