summaryrefslogtreecommitdiffstats
path: root/MCServer/Plugins/APIDump/Hooks (follow)
Commit message (Collapse)AuthorAgeFilesLines
* APIDump: Fixed indent after merge.madmaxoft2014-01-241-2/+2
|
* Fixed indentation and doxygen comments... For real this time.Mike Hunsinger2014-01-241-2/+2
|
* Fixed spacing and doxycomments.Mike Hunsinger2014-01-241-2/+2
|
* Split TossItem into three Toss functions (Held, Equipped and Pickup)Mike Hunsinger2014-01-231-3/+4
|
* APIDump: Wrapped example code so that it displays well on small screens.madmaxoft2014-01-131-3/+8
| | | | The listing was pushing the resulting webpage too wide on my 19" screen, causing various distortions.
* APIDump: Documented the plugin messaging hook and function.madmaxoft2014-01-131-0/+25
|
* Merge branch 'FishingHook'madmaxoft2014-01-012-0/+41
|\
| * Little more documentation for OnPlayerFishing.STRWarrior2014-01-011-1/+1
| |
| * Using documentation Xoft recommended.STRWarrior2014-01-011-1/+1
| |
| * Fixed typo's in the documentation.STRWarrior2014-01-012-4/+4
| |
| * Documented OnPlayerFished and OnPlayerFishing.STRWarrior2013-12-312-0/+41
|/
* APIDump: Fixed a factual error in OnPluginsLoaded description.madmaxoft2013-12-291-2/+2
|
* APIDump: Documented OnPluginsLoaded.madmaxoft2013-12-291-0/+79
|
* Documented OnWorldStarted.STRWarrior2013-12-111-0/+24
|
* APIDump: Added missing params to OnPlayerRightClick() hook.madmaxoft2013-12-021-0/+3
|
* APIDump: The descriptions are read from multiple files.madmaxoft2013-11-2349-0/+1759
All the files in the Classes subfolder are read for class descriptions, and in the Hooks subfolder for the hook descriptions.