What is it?
Introduction
Installation Process
Common Data Framework is also available on Nuget.
Ped Information
3 items
Vehicle Information
2 items
CDF Events
CDF provides events that developers can subscribe to in order to help their plugins become more responsive and performant.
Example Code
CDF might take some time until it fully read the users .xml and .ini file on startup. This means that if you try to access CDF stuff before it was marked as ready, it will have to fall back to default values. One way of solving this is shown below.