uox3/docs
Xoduz f33e37ac06 Updated onSkillGain, onSkillLoss and onSkillChange JS events
Updated onSkillGain, onSkillLoss and onSkillChange JS events:
	Additional parameters now supported by events - skillGainAmount and skillLossAmount
		onSkillGain( player, skillID, skillGainAmount ) 	// skillGainAmount is always positive
		onSkillLoss( player, skillID, skillLossAmount ) 	// skillLossAmount is always positive
		onSkillChange( player, skillID, skillChangeAmount ) // skillChangeAmount can be negative or positive
	The return value from onSkillGain and onSkillLoss events can now be used to control behavior:
		return true - skill gain/loss is allowed, and server will go through with the skill update
		return false - skill gain/loss is not allowed, and server will prevent the skill update, but will not block additional scripts with same event from running
	onSkillChange will now run as long as onSkillGain or onSkillLoss events return true, and if those events are not defined
Updated JS Docs
2021-10-17 08:08:19 +08:00
..
archived_docs/chm Numerous changes with focus on feature and stability parity across Windows, Linux and MacOS platforms 2020-09-07 18:09:55 +08:00
assets 0.99.4x 2021-09-20 21:35:17 +08:00
jsdocs Updated onSkillGain, onSkillLoss and onSkillChange JS events 2021-10-17 08:08:19 +08:00
gpl-license.txt Syncing repositories 2018-09-08 18:08:48 +08:00
index.html Addition of client network budgets, minor fixes 2021-09-24 08:11:57 +08:00
logo.gif Updating CVS to bring it up to speed with latest UOX3 version - 0.99.2 2012-11-03 18:11:04 +00:00
UOX3_Changelog.txt 0.99.4 2020-11-08 18:17:41 +08:00
UOX3DFNTags.html Updates to CMake build process, other misc changes 2020-09-10 23:39:24 +08:00
UOX3DFNTags.ods Updates to CMake build process, other misc changes 2020-09-10 23:39:24 +08:00
UOX3DFNTags.xls Updates to CMake build process, other misc changes 2020-09-10 23:39:24 +08:00