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]
    [highlight=cpp]
    VAULTSCRIPT VAULTSPACE Base (*VAULTAPI(GetBase))(VAULTSPACE ID) VAULTCPP(noexcept);
    [/highlight]
    [highlight=c]
    native GetBase(ID);
    [/highlight]
    [h="2"] Parameters [/h]
    [b][wiki="ID"]ID[/wiki][/b] - the ID of the [wiki]Object[/wiki]
    [h="2"] Return value [/h]
    Returns a [wiki="Base"]Base[/wiki].
    [category]VaultMP interface[/category]
    [category]Scripting functions[/category]
    [category]Object functions[/category]