GetElementRadius: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 25: Line 25:
{{Client element functions}}
{{Client element functions}}
[[Category:Needs Example]]
[[Category:Needs Example]]
[[Category:Incomplete]]

Revision as of 21:50, 18 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