LuaCustomChartTag

class LuaCustomChartTag - sort
destroy() Destroys this tag.
icon :: SignalID [RW]
last_user :: LuaPlayer [RW] The player who last edited this tag.
position :: Position [R] The position of this tag.
orientation :: float [RW] The orientation of this tag.
text :: string [RW]
target :: LuaEntity [RW] The entity target if any or nil.
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?
help() → string All methods, and properties that this object supports.

A custom tag that shows on the map view.

destroy()

Destroys this tag.

icon :: SignalID [Read-Write]

last_user :: LuaPlayer [Read-Write]

The player who last edited this tag.

position :: Position [Read-only]

The position of this tag.

orientation :: float [Read-Write]

The orientation of this tag.

text :: string [Read-Write]

target :: LuaEntity [Read-Write]

The entity target if any or nil. This is almost always empty.

tag_number :: uint [Read-only]

The unique ID for this tag on this force.

force :: LuaForce [Read-only]

The force this tag belongs to.

surface :: LuaSurface [Read-only]

The surface this tag belongs to.