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

GetReference

This is an old revision of this page, as edited 11-17-2012, 01:15 AM by foxtacles (contribs). It may differ significantly from the current revision.
Retrieves the reference of an Object.

[top]Declaration

Code cpp:
VAULTSCRIPT VAULTSPACE Ref (*VAULTAPI(GetReference))(VAULTSPACE ID) VAULTCPP(noexcept);
Code c:
native GetReference(ID);

[top]Parameters

ID - the ID of the Object

[top]Return value

Returns a Reference.