Support Board
Date/Time: Wed, 18 Jun 2025 14:30:09 +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? |