UUID

Monster.Types. UUID

This is the base class from which all monster classes are derived.

You can create an object using the namespace:

<script type="module">
import {Monster} from 'https://cdn.jsdelivr.net/npm/@schukai/monster@1.30.0/dist/monster.js';
new Monster.Types.UUID()
</script>

Or directly via the class:

<script type="module">
import {Base} from 'https://cdn.jsdelivr.net/npm/@schukai/monster@1.30.0/dist/modules/types/uuid.js';
new UUID()
</script>

Constructor

# new UUID()

Since:
  • 1.25.0
Throws:

unsupported

Type
Error

Methods

# toString() → {string}

Returns:
Type
string