GetElementRadius

From Multi Theft Auto: Wiki
Revision as of 21:50, 18 June 2009 by Sebassje (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