Login Page - Create Account

Support Board


Date/Time: Thu, 21 Nov 2024 16:35: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.