WoW:API Model SetFogNear: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
m (Move page script moved page API Model SetFogNear to API Model SetFogNear without leaving a redirect)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<center>'''SetFogNear''' ''-Documentation by DerGhulbus-''</center>
{{widgetmethod}}


Sets the near clipping plane for fogging.
Sets the near clipping plane for fogging.
Line 19: Line 19:


[[API Model SetFogFar|Model:SetFogFar()]]
[[API Model SetFogFar|Model:SetFogFar()]]
----
{{Template:WoW API}}

Latest revision as of 04:46, 15 August 2023

Widget API ← Model < SetFogNear

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()