Services
Service is a discrete unit of functionality that can be accessed on-demand and independently.
Accessing services
Services can be accessed using the get
method of the globally acessible game
object:
local logger = game:get('Logger')
Service is a discrete unit of functionality that can be accessed on-demand and independently.
Services can be accessed using the get
method of the globally acessible game
object:
local logger = game:get('Logger')