Pum/Functions/pumPowerupManager DestroyAllByClass

From Multi Theft Auto: Wiki
Revision as of 22:14, 16 September 2007 by Sinnerg (talk | contribs) (New page: {{Server function}} __NOTOC__ This function destroys all created powerups of a certain type (class). ==Syntax== <section name="Server" class="both" show="true"> <syntaxhighlight lang="lua">void pumPower...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This function destroys all created powerups of a certain type (class).

Syntax

Click to collapse [-]
Server
void pumPowerupManager_DestroyAllByClass( string powerup_class )

Required Arguments

  • powerup_class: The name of the powerup class to destroy

Example

Click to collapse [-]
Server

This example destroys all created powerups named "healthbonus"

pumPowerupManager_DestroyAllByClass(healthbonus)

See Also

PowerupManager functions

Powerup functions

PowerupHelper functions