Update MediaWiki page 'Class Check'

This commit is contained in:
Sini 2012-09-03 19:42:03 +00:00 committed by moparisthebest
parent 4e8d99bbce
commit 89318ff5e1
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
The class check originated with the new Runescape engine update which took place around the 4xx revisions. It gives the Jagex servers the ability to check the modifiers, update, or fetch the value for a field. It also gives functionality to invoke a method with parameters and get it's return value, or check it's modifiers.
The class check originated with the new Runescape engine update which took place around the 4xx revisions. It gives the Jagex servers the ability to check the modifiers, update, or fetch the value for a field. It also gives functionality to invoke a method with parameters and get it's return value, or check it's modifiers. Each of these functionalities are described with a request type. A class check request is built up with many of these request types.