Pum/Functions/pumPowerupManager DestroyAll

From Multi Theft Auto: Wiki
Revision as of 22:09, 16 September 2007 by Sinnerg (talk | contribs)
Jump to navigation Jump to search

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

PowerupManager functions

Powerup functions

PowerupHelper functions