Pum/Functions/pumPowerupManager DestroyAll: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
Line 17: Line 17:


==See Also==
==See Also==
{{Utility functions}}
{{Pum/Exported/Functions}}

Revision as of 22:09, 16 September 2007

This function returns the distance between two 3 dimensional points using the pythagorean theorem.

Syntax

Click to collapse [-]
Server
void pumPowerupManager_DestroyAll( )

Example

Click to collapse [-]
Server

This example destroys all created powerups.

pumPowerupManager_DestroyAll()

See Also

Template:Pum/Exported/Functions