Login Page - Create Account

Support Board


Date/Time: Tue, 16 Apr 2024 15:38:16 +0000



Post From: Notice: Study Exceptions in New Versions and Code Efficiency

[2020-06-17 09:45:39]
JM-JO - Posts: 38
Hello Support,

A question relative to the new sc.GetPersistent*Fast variables :


are the two following references referring to the same integer ?


int& VariableName = sc.GetPersistentInt(1);


int& VariableNameFast = sc.GetPersistentIntFast(1);



It was not clarified in documentation.