Adventure Creator  1.79.1
An adventure game toolkit for Unity, by Chris Burton, ICEBOX Studios 2013-2022
AC.GlobalVariables Member List

This is the complete list of members for AC.GlobalVariables, including all inherited members.

BackupAll()AC.GlobalVariablesstatic
DownloadAll()AC.GlobalVariablesstatic
GetAllVars()AC.GlobalVariablesstatic
GetBooleanValue(int _id, bool synchronise=true)AC.GlobalVariablesstatic
GetFloatValue(int _id, bool synchronise=true)AC.GlobalVariablesstatic
GetIntegerValue(int _id, bool synchronise=true)AC.GlobalVariablesstatic
GetPopupValue(int _id, bool synchronise=true, int languageNumber=0)AC.GlobalVariablesstatic
GetStringValue(int _id, bool synchronise=true, int languageNumber=0)AC.GlobalVariablesstatic
GetVariable(int _id, bool synchronise=false)AC.GlobalVariablesstatic
GetVariable(string _name, bool synchronise=false)AC.GlobalVariablesstatic
GetVector3Value(int _id, bool synchronise=true)AC.GlobalVariablesstatic
SetBooleanValue(int _id, bool _value, bool synchronise=true)AC.GlobalVariablesstatic
SetFloatValue(int _id, float _value, bool synchronise=true)AC.GlobalVariablesstatic
SetIntegerValue(int _id, int _value, bool synchronise=true)AC.GlobalVariablesstatic
SetPopupValue(int _id, int _value, bool synchronise=true)AC.GlobalVariablesstatic
SetStringValue(int _id, string _value, bool synchronise=true)AC.GlobalVariablesstatic
SetVector3Value(int _id, Vector3 _value, bool synchronise=true)AC.GlobalVariablesstatic
UploadAll()AC.GlobalVariablesstatic