mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
11 lines
266 B
Plaintext
11 lines
266 B
Plaintext
Function: is_default
|
|
|
|
--Usage--
|
|
> is_default(some_field)
|
|
|
|
Returns true if the field is in its default state, that is, if the user hasn't modified the value yet, false otherwise.
|
|
|
|
--Parameters--
|
|
! Parameter Type Description
|
|
| @input@ [[type:field]] Field to test.
|