GetGraphicalUiElementByName
Introduction
Code Example
// Assuming the current code has a EntireGumScreen object:
EntireGumScreen.GetGraphicalUiElementByName("Score").Enabled = false;Last updated
Was this helpful?
// Assuming the current code has a EntireGumScreen object:
EntireGumScreen.GetGraphicalUiElementByName("Score").Enabled = false;Last updated
Was this helpful?
Was this helpful?