setthreadidentity
Sets the thread identity level of the current execution thread.
function setthreadidentity(identityidentitynumberThe target identity level (0–8).: number): ()Usage
Elevate to CoreScript level
setthreadidentity(8)
print(getthreadidentity()) --> 8
-- Access identity-locked APIs...