Pum/Functions/pumPowerupManager DestroyAll: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
mNo edit summary
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{Server function}}
{{Outdated}}
__NOTOC__
__NOTOC__
This function returns the distance between two 3 dimensional points using the pythagorean theorem.
This function destroys all created powerups.


==Syntax==
==Syntax==
Line 17: Line 17:


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

Latest revision as of 20:57, 23 January 2012

Dialog-information.png This article is (partially) outdated and the information may no longer apply.

This function destroys all created powerups.

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