This site has been archived and made available for preservation purposes. No edits can be made.

RemoveAllItems

(Difference between revisions)
Return to current revision
  1. -
    Removes all [wiki]Item[/wiki]'s from a [wiki]Container[/wiki].
  2. +
    Removes all [wiki="Item"]Items[/wiki] from a [wiki]Container[/wiki].
  3.  
    [h="2"] Declaration [/h]
    [highlight=cpp]
    VAULTSCRIPT void (*RemoveAllItems)(vaultmp::ID);
    native RemoveAllItems(ID);
    [/highlight]
    [h="2"] Parameters [/h]
    [b][wiki="ID"]vaultmp::ID[/wiki][/b] - the ID of the [wiki]Container[/wiki]
    [h="2"] Return value [/h]
    None.
    [category]VaultMP interface[/category]
    [category]Scripting functions[/category]
    [category]Container functions[/category]