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

GetLock

Retrieves the lock level of an Object.

[top]Declaration

Code cpp:
VAULTSCRIPT VAULTSPACE Lock (*VAULTAPI(GetLock))(VAULTSPACE ID) VAULTCPP(noexcept);
Code c:
native Lock:GetLock(ID);

[top]Parameters

ID - the ID of the Object

[top]Return value

Return Lock.

[top]Related pages