SetCameraClip

From Multi Theft Auto: Wiki
Revision as of 13:45, 30 September 2009 by Sebassje (talk | contribs)
Jump to navigation Jump to search

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