setControllerPage
setControllerPage(
world,entity,name,page):boolean
Defined in: ui/controller/ui-controller.ts:97
Switch the nearest controller named name to page. No-op (returns false)
when the controller is missing, already on that page, or page is not one of
its declared pages (a guard against typos silently doing nothing visible).
Parameters
Section titled “Parameters”entity
Section titled “entity”number
string
string
Returns
Section titled “Returns”boolean