Skip to content

wildstarnasa/LibDataChron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

LibDataChron

LibDataChron is a Wildstar implementation of LibDataBroker This relies on Carbine Events

For the moment rough docs can be found at the original github site: LibDataBroker

Event names and arguments are:

LibDataChron_DataObjectCreated
* name
* dataobj

LibDataChron_AttributeChanged
* name
* attr
* value
* dataobj

LibDataChron_AttributeChanged_<name>
* name
* attr
* value
* dataobj

LibDataChron_AttributeChanged_<name>_<key>
* name
* attr
* value
* dataobj

LibDataChron_AttributeChanged__<key>
* name
* attr
* value
* dataobj
local ldc = Apollo.GetPackage("Lib:DataChron-1.0").tPackage

-- do stuff with ldc

About

LibDataChron is a Wildstar implementation of LibDataBroker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages