mirror of
https://github.com/goonstation/goonstation-2016.git
synced 2026-03-24 02:12:37 +00:00
8 lines
178 B
Plaintext
8 lines
178 B
Plaintext
/datum/tag/label
|
|
New(var/type as text)
|
|
..("label")
|
|
|
|
proc/setText(var/txt as text)
|
|
var/datum/tag/span/txtSpan = new
|
|
txtSpan.setText(txt)
|
|
addChildElement(txtSpan) |