A custom tag that shows on the map view.
destroy() | Destroys this tag. |
icon :: SignalID [RW] | This tag's icon, if it has one. |
last_user :: LuaPlayer [RW] | The player who last edited this tag. |
position :: Position [R] | The position of this tag. |
text :: string [RW] | |
tag_number :: uint [R] | The unique ID for this tag on this force. |
force :: LuaForce [R] | The force this tag belongs to. |
surface :: LuaSurface [R] | The surface this tag belongs to. |
valid :: boolean [R] | Is this object valid? |
object_name :: string [R] | The class name of this object. |
help() → string | All methods and properties that this object supports. |
Destroys this tag.
This tag's icon, if it has one. Writing nil
removes it.
The player who last edited this tag.
The position of this tag.
The unique ID for this tag on this force.
The force this tag belongs to.
The surface this tag belongs to.