Skip to content
Pival edited this page Jul 17, 2021 · 6 revisions

A module which will solely call other modules in order to create or edit pages, or display informations on the terminal.

Functions

parseMapId()

parseMapId(mapId)

Parameters Type
mapId String

parseTagUpdate()

parseTagUpdate(tag)

Parameters Type
tag String

findEvents()

findEvents(tag)

Parameters Type
tag String

findUpcoming()

findUpcoming()


main()

main(arg)

Parameters Type
arg List (String)

__main__

python3 map.py "upcoming"
python3 map.py tag_update
python3 map.py mapId [...]
  • 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