Support Board
Date/Time: Sat, 28 Jun 2025 15:31:05 +0000
Post From: GetPersistent* vs. C++ static
[2021-09-02 18:49:52] |
Async - Posts: 24 |
Hi, It looks GetPersistent* functions are similar to creating C++ static variables, but what's the difference? Can I use C++ static instead of these persistent variables? When should I use GetPersistent*? Thank you. |