Commit Graph

12 Commits

Author SHA1 Message Date
kremsy
782d8b50e8 added xmlrpc structures + removed/refactored double trigger code 2017-04-07 23:03:56 +02:00
kremsy
287e6316d6 fixed doc 2017-04-07 18:46:12 +02:00
kremsy
dcfb3fb9ec added possability to set a Method to call in your class 2017-04-07 18:45:59 +02:00
kremsy
28f60a1ddb reformat code 2017-04-07 18:37:36 +02:00
kremsy
5b330d5753 Small Fix + Test
Test/Usage example:

		$this->getShootmaniaScores()->setCallable(function(OnScoresStructure $scores){
			$scores->getUsageInformation();
		});
2017-04-07 18:37:08 +02:00
kremsy
067536458e added direct invoke callback for methods 2017-04-07 18:30:48 +02:00
kremsy
03b2ff1183 ModeScriptEventManagerUpdate 2017-04-07 17:34:57 +02:00
kremsy
8f4d164c46 finished libxmlrpc methods (also trackmania) 2017-03-31 22:39:35 +02:00
kremsy
a90b307bac implements all shootmania and common methods 2017-03-27 22:45:40 +02:00
kremsy
f83640179d add UsageInformation Interface to every class which can be used by Plugin Authors 2017-03-26 19:44:55 +02:00
kremsy
f2ab40a50f moved scriptmanager 2017-03-26 13:11:30 +02:00
kremsy
7a668b53ba added dumpable interface, implemented all ManiaPlanet Callbacks 2017-03-24 22:08:51 +01:00