Skip to content

Redirect

Pival edited this page Jul 17, 2021 · 10 revisions

A module whose goal is to create redirect from page on the Wiki.

Globals

SKILL_DATA

Type: List (Skill object)

ACCESSORY_DATA

Type: Dict (String, Accessory object)

Functions

redirect()

redirect(name, redirect)

Parameter Type
name String
redirect String

Return:


main()

main(start)

Parameter Type Default
start String None

Return:


__main__

python3 redirect.py [time]

Internal functions

getWeaponName()

getWeaponName(sprite)

Parameter Type
sprite String

Return: String


getAccessoryName()

getAccessoryName(sprite)

Parameter Type
sprite String

Return: String


  • REUtil.py
  • Reverse.py
  • Events
    • RevVG.py
    • RevTT.py
    • RevTB.py
    • RevGC.py
    • RevFB.py
    • RevRS.py
    • RevLL.py
    • RevHoF.py
    • RevMS.py
    • RevFP.py
    • RevPoL.py
  • Others
    • RevData.py
    • RevMap.py
    • RevQuests.py
    • RevSound.py
    • RevUnit.py
Clone this wiki locally