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

GetType

Returns the Type of the given ID.

[top]Declaration

Code cpp:
VAULTSCRIPT VAULTSPACE Type (*VAULTAPI(GetType))(VAULTSPACE ID) VAULTCPP(noexcept);
Code c:
native Type:GetType(ID);

[top]Parameters

ID - the ID

[top]Return value

Returns a Type.