docs CheckGodmasterDoors
This commit is contained in:
parent
2f40778d0d
commit
a4c799aa72
1 changed files with 7 additions and 1 deletions
|
|
@ -604,7 +604,7 @@ function CheckSpellLevel(divId, dataObject, playerData) {
|
||||||
/**
|
/**
|
||||||
* Verifies if the data in a specific object is 0 or > 0, and appends HTML accordingly.
|
* Verifies if the data in a specific object is 0 or > 0, and appends HTML accordingly.
|
||||||
* @param {object} divId ID of the HTML element for data appending
|
* @param {object} divId ID of the HTML element for data appending
|
||||||
* @param {object} dataObject Object containing data to be verified (use copy - data inside this object will be deleted)
|
* @param {object} dataObject Object containing data to be verified
|
||||||
* @param {object} playerData Reference/pointer to specific data where to search
|
* @param {object} playerData Reference/pointer to specific data where to search
|
||||||
*/
|
*/
|
||||||
function CheckWarriorDreams(divId, dataObject, playerData) {
|
function CheckWarriorDreams(divId, dataObject, playerData) {
|
||||||
|
|
@ -614,6 +614,12 @@ function CheckWarriorDreams(divId, dataObject, playerData) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Verifies if the Godmaster Pantheons 1-4 are completed by the player, and appends HTML accordingly.
|
||||||
|
* @param {object} divId ID of the HTML element for data appending
|
||||||
|
* @param {object} dataObject Object containing pantheon data to be verified
|
||||||
|
* @param {object} playerData Reference/pointer to specific data where to search in the save file
|
||||||
|
*/
|
||||||
function CheckGodmasterDoors(divId, dataObject, playerData) {
|
function CheckGodmasterDoors(divId, dataObject, playerData) {
|
||||||
|
|
||||||
// appends "pantheon" to every array element
|
// appends "pantheon" to every array element
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue