GetResourceName
local Bridge = exports.community_bridge:Bridge()
---This will get the fuel resource name being run in bridge.
---@return string
local fuelSystem = Bridge.Fuel.GetResourceName()
print(fuelSystem) -- returns the name of the fuel system in use
Last updated