SetFarClipDistance

From Multi Theft Auto: Wiki
Revision as of 17:43, 29 December 2011 by Winky- (talk | contribs) (Note to template note_box)
Jump to navigation Jump to search

This template is no longer in use as it results in poor readability.

This function is used to set the distance of render.

Syntax

bool setFarClipDistance ( float distance )

Required Arguments

  • distance: A float specifying the distance of render.

Returns

Returns true if the distance was set correctly, false if invalid arguments were passed.

Example

-- Add example

See Also

Shared