Documentation Index

Fetch the complete documentation index at: https://docs.lobster-world.com/llms.txt

Use this file to discover all available pages before exploring further.

get names of all maps()

Prev Next

This function returns a comma-separated list with the names of all maps created with map functions.

The function has no parameters.

 

Example

Assume the maps "myMap" and "myMap2" exist.

The result of this function here will then be "myMap,myMap2".