IsScriptGlobalShaking
Docslocal retval = IsScriptGlobalShaking()Description
Introduced in build 323
Determines if a global camera shake is currently active. You can stop the currently active global camera shake using STOP_SCRIPT_GLOBAL_SHAKING.
Returns
BOOLReturns TRUE (1) or FALSE (0).
Examples
Official
-- Print whether a global camera shake is currently active
print(IsScriptGlobalShaking())