GetCameraTarget

From Multi Theft Auto: Wiki
Revision as of 04:15, 2 October 2006 by JonChappell (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This function returns an element that corresponds to the current target of the specified player's camera (i.e. what it is following).

Syntax

element getCameraTarget ( player thePlayer )

Required Arguments

  • thePlayer: The player whose camera you wish to modify.

Returns

Returns an element if the function was successful, false otherwise.

Example

See Also