mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
11 lines
314 B
Plaintext
11 lines
314 B
Plaintext
Function: new_uid
|
|
|
|
--Usage--
|
|
> new_uid()
|
|
|
|
Returns a new card uid, a string of 32 random digits, which is guaranteed to not exist in the set.
|
|
|
|
--Parameters--
|
|
! Parameter Type Description
|
|
| @set@ [[type:set]] The set in which to look for uid conflicts. This can be omitted since 'set' is a predefined variable.
|