getFarClipDistance | Multi Theft Auto: Wiki Skip to content

getFarClipDistance

Client-side
Server-side
Shared

This page is incomplete! Help wanted!

Please finish this page using the corresponding Old Wiki article.
Go to Contribution guidelines for more information.


This function will tell you what is the current render distance.

Note

The function will return false server-side if far clip distance has not been set before the function is called.

Note

Default far clip distance value is 800.

Syntax

getFarClipDistance ( )

Code Examples

server

This example will demonstrate basic functionality of the function.

setFarClipDistance( 1200 )
outputDebugString( "Render distance: " .. getFarClipDistance( ) )

See Also

World Functions