Garry's Mod Wiki

Revision Difference

Writing_For_Workshop#526526

<cat>Dev.Workshop</cat> When writing code intended for the workshop it is good practice to consider your addons compatability with other workshop addons.<br/> Giving your hooks unique names is an example of this. However sometimes there are many addons available that perform the same task which leads to inevitable overlap.<br/> Collaborators have provided some guidelines to help towards writing such addons. * [CPPI - Common Prop Protection Interface](http://ulyssesmod.net/archive/CPPI_v1-3.pdf) * [CAMI - Common Admin Mod Interface](https://docs.google.com/document/d/1QIRVcAgZfAYf1aBl_dNV_ewR6P25wze2KmUVzlbFgMI) * [CAMI - Common Admin Mod Interface](https://github.com/glua/CAMI)