Providers Scripts
ObjectNet introduces the concept of Provider Scripts, provider script is scripts that allow to provide any input information to ObjectNet. This means that every time that you can input or override any ObjectNet behavior, this will be made by some Provider Script.
There are two types of providers :
- IInformationProvider
- This provider covers almost all cases and is used to provide any information to the system.
- IInputProvider
- This provider is used only to provide network Inputs ( see Remote Controls ).
ObjectNet provides an example of each information provider in the following example folder.