GetElementRadius

From Multi Theft Auto: Wiki
Revision as of 08:18, 19 June 2009 by Awwu (talk | contribs)
Jump to navigation Jump to search

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