GetElementRadius: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
{{Client function}}
{{Client function}}
<!-- This could really do with saying what elements it affects, and what you'd expect to get back from them -->
__NOTOC__
__NOTOC__
This function gets the radius from a element.
This function gets the radius from a element.

Revision as of 23:11, 13 June 2009


This function gets the radius from a element.

Syntax

float getElementRadius ( element theElement )

Required Arguments

  • theElement: The element.

Returns

Returns float as radius, false otherwise.

Example

Click to collapse [-]
Client
-- Add example..

See Also