Pum/Functions/pumPowerupManager DestroyAll

From Multi Theft Auto: Wiki
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

Template:Pum/Exported/Functions