Login Page - Create Account

Support Board


Date/Time: Mon, 21 Apr 2025 17:07:55 +0000



Post From: ACSIL - persistent variables

[2025-02-24 15:58:31]
stinky - Posts: 7
Why do we have to use sc.GetPersistentInt functions instead of defining an int in a global scope?

This is a rather basic question, but I am trying to understand how it works behind the hood - are global variables safe, or I shouldn't create any objects at all outside of the SCFExport function scope?