GetElementRadius: Difference between revisions

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

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