mirror of
https://github.com/goonstation/goonstation-2020.git
synced 2026-07-11 07:02:20 +01:00
9 lines
151 B
Plaintext
9 lines
151 B
Plaintext
/datum/tag/option
|
|
New()
|
|
..("option")
|
|
|
|
proc/setValue(var/val as text)
|
|
setAttribute("value", val)
|
|
|
|
proc/setText(var/txt as text)
|
|
innerHtml = txt |