resources - Windower/packages GitHub Wiki
The resources library provides information about various game states, abilities, etc.
local resources = require('resources')❗ Dependency Required
To use this library, you must include
resourcesin themanifest.xmlfile for your package:<dependency>resources</dependency>