UPB2 Developers Guide
From MyUPBWiki
With UPB's code getting more and more complicated a new system was needed. Just the same as C evolved into C++ with object orientation, the same idea is happening with PHP. We believe this allows us to orgranize the code in a much more effiecient manner and actually make it easier to develop mods or addons to the code.
This guide is intended for any developer of UPB (including the MyUPB team) for a reference to the class sytem and all the functions associated with them. Use the links below to begin!
Modding Tutorials
- Hello World - Creating your first module
- Forum Listing - A more advanced look at creating a module
- Making a Mod - How to modify an existing upb module without changing any of the upb2 code
Reference
- Classes - An overview of all the classes used in upb
- Variables - Listing of all the variables available to the programmer
- Template Variables - Listing of all the template variables
