Forum Discussion
Will_Findlay
7 years agoCommunity Member
Can Javascript access built in variables?
I'm trying to use this code in a trigger but it is just alerting with "null":
var player = GetPlayer();
alert(player.GetVar("Menu.SlideTitle"));
Am I doing something wrong, or are Built-In...
YaachYaach
5 years agoCommunity Member
Where can I get the list of built-in variables you mentioned? I dont see Menu.SlideTitle