deleteStr
Platform Compatibility PC Mac OSX Oculus Quest X X X Delete global string Parameters: name A string value Example: 1obj.deleteStr(name)
McMaster University Virtual Reality Simulation and Research
Articles for coding in Artspark
Platform Compatibility PC Mac OSX Oculus Quest X X X Delete global string Parameters: name A string value Example: 1obj.deleteStr(name)
Platform Compatibility PC Mac OSX Oculus Quest X X X Get a global string Parameters: name A string value Example: 1obj.globalStr(name)
Platform Compatibility PC Mac OSX Oculus Quest X X X Set a global string Parameters: name A string value value A string value Example: 1obj.setGlobalStr(name, value)
Platform Compatibility PC Mac OSX Oculus Quest X X X Delete global int Parameters: name A string value Example: 1obj.deleteInt(name)
Platform Compatibility PC Mac OSX Oculus Quest X X X Get global int Parameters: name A string value Example: 1obj.globalInt(name)
Platform Compatibility PC Mac OSX Oculus Quest X X X Set a global int Parameters: name A string value value An integer value Example: 1obj.setGlobalInt(name, value)
Platform Compatibility PC Mac OSX Oculus Quest X X * * – When Asset Bundle is exported in Android format Get a list of levels in an AssetBundle Parameters: assetbundle A string value returns a String (text) value Example: 1obj.GetAssetLevels(assetbundle)
Platform Compatibility PC Mac OSX Oculus Quest X X * * – When Asset Bundle is exported in Android format Try to go to a scene from an asset bundle Parameters: assetbundle A string value representing the name of the asset bundle level A string value representing the name of the level to load Example: … Read more GoAssetLevel
Platform Compatibility PC Mac OSX Oculus Quest X X X Parameters: name (optional) The name of the level, if none is provided restart the same level again Example: 12–Try to go to a level, if it doesn’t exist restart this level obj.GoLevel("MySecondLevel")
Platform Compatibility PC Mac OSX Oculus Quest X X – Go back to the level editor 1obj.GoToEditor()