Skip to content

sandworm.ts

github-actions[bot] edited this page Sep 27, 2023 · 4 revisions

Functions

wormName()void

Assigns a dynamic name to the worm, based on the planet or moon the worm is on.

autoSpawn()void

Sets the autospawn value according to the user input and updates the globalEelements.output.autoSpawn element to reflect changes.

catalogue()void

Adds information to the wikiCode for a specific album after checking the pageData's civShort value.

generateGalleryArray()Array

Generates an array of gallery items for the page

wormName() ⇒ void

Assigns a dynamic name to the worm, based on the planet or moon the worm is on.

Kind: global function

autoSpawn() ⇒ void

Sets the autospawn value according to the user input and updates the globalEelements.output.autoSpawn element to reflect changes.

Kind: global function

catalogue() ⇒ void

Adds information to the wikiCode for a specific album after checking the pageData's civShort value.

Kind: global function
Returns: void -

No return value.


generateGalleryArray() ⇒ Array

Generates an array of gallery items for the page

Kind: global function
Returns: Array -

  • An array of gallery items that are unique to the page
Clone this wiki locally