SetCameraClip: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with '{{Client function}} __NOTOC__ This function ... ==Syntax== <syntaxhighlight lang="lua"> bool setCameraClip ( bool objects, bool vehicles ) </syntaxhighlight> ===Required Arguments=== *'''objects:'…')
 
No edit summary
Line 13: Line 13:


===Returns===
===Returns===
Returns always ''true''.
Returns ''true'' if the arguments are valid, ''false'' otherwise.


==Example==  
==Example==  

Revision as of 13:45, 30 September 2009

This function ...

Syntax

bool setCameraClip ( bool objects, bool vehicles ) 

Required Arguments

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

Returns

Returns true if the arguments are valid, false otherwise.

Example

Click to collapse [-]
Client
-- TODO

See Also