SetCameraClip

From Multi Theft Auto: Wiki
Revision as of 13:14, 27 September 2009 by Awwu (talk | contribs) (Created page with '{{Client function}} __NOTOC__ This function ... ==Syntax== <syntaxhighlight lang="lua"> bool setCameraClip ( bool objects, bool vehicles ) </syntaxhighlight> ===Required Arguments=== *'''objects:'…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This function ...

Syntax

bool setCameraClip ( bool objects, bool vehicles ) 

Required Arguments

  • objects: ...
  • vehicles: ...

Returns

Returns always true.

Example

Click to collapse [-]
Client
-- TODO

See Also