Integration with External Resources
Integration with Other Resources
Example: Integrating with b2_vehicleEssentials (natively supported!)
Config.UsingVehicleEssentials = true
Example: Using Weather and Time Sync in Interiors
exports.b2_weatherEssentials:DisableWeatherSync()
exports.b2_weatherEssentials:EnableWeatherSync()exports.b2_weatherEssentials:DisableTimeSync()
exports.b2_weatherEssentials:EnableTimeSync()Last updated