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

GetReference

(Difference between revisions)
Return to current revision
  1.  
    Retrieves the reference of an [wiki]Object[/wiki].
    [h="2"] Declaration [/h]
    [highlight=cpp]
    VAULTSCRIPT VAULTSPACE Ref (*VAULTAPI(GetReference))(VAULTSPACE ID) VAULTCPP(noexcept);
    [/highlight]
    [highlight=c]
    native GetReference(ID);
    [/highlight]
    [h="2"] Parameters [/h]
    [b][wiki="ID"]ID[/wiki][/b] - the ID of the [wiki]Object[/wiki]
    [h="2"] Return value [/h]
  2. -
    Returns a [wiki="Reference"]Reference[/wiki].
  3. +
    Returns a [wiki="Ref"]Ref[/wiki].
  4.  
    [category]VaultMP interface[/category]
    [category]Scripting functions[/category]
    [category]Object functions[/category]