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

GetBase

(Difference between revisions)
Return to current revision
  1. +
    Retrieves the base of an [wiki]Object[/wiki].
    [h="2"] Declaration [/h]
    <code cpp>
    VAULTSCRIPT vaultmp::Base (*GetBase)(vaultmp::ID);
    native GetBase(ID);
    </code>
    [h="2"] Parameters [/h]
    [b][wiki="ID"]vaultmp::ID[/wiki][/b] - the ID of the [wiki]Object[/wiki]
    [h="2"] Return value [/h]
    Returns a [wiki="Base"]vaultmp::Base[/wiki] containing the base.
    [h="2"] Usage example (C++) [/h]
    <code cpp>
    vaultmp::Base baseID;
    baseID = GetBase(object);
    </code>
    [category]VaultMP interface[/category]
    [category]Scripting functions[/category]
    [category]Object functions[/category]