godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
RichTextLabel.removeLine
godot
richtextlabel
RichTextLabel
Removes a line of content from the label. Returns
true
if the line exists.
struct
RichTextLabel
@
nogc
nothrow
bool
removeLine
(
in
long
line
)
Meta
Source
See Implementation
godot
richtextlabel
RichTextLabel
aliases
BaseClasses
enums
Align
Constants
ItemType
ListType
functions
_guiInput
_scrollChanged
addImage
addText
appendBbcode
clear
getBbcode
getContentHeight
getLineCount
getPercentVisible
getTabSize
getText
getTotalCharacterCount
getVScroll
getVisibleCharacters
getVisibleLineCount
isMetaUnderlined
isOverridingSelectedFontColor
isScrollActive
isScrollFollowing
isSelectionEnabled
isUsingBbcode
newline
opAssign
opEquals
parseBbcode
pop
pushAlign
pushCell
pushColor
pushFont
pushIndent
pushList
pushMeta
pushStrikethrough
pushTable
pushUnderline
removeLine
scrollToLine
setBbcode
setMetaUnderline
setOverrideSelectedFontColor
setPercentVisible
setScrollActive
setScrollFollow
setSelectionEnabled
setTabSize
setTableColumnExpand
setText
setUseBbcode
setVisibleCharacters
properties
bbcodeEnabled
bbcodeText
metaUnderlined
overrideSelectedFontColor
percentVisible
scrollActive
scrollFollowing
selectionEnabled
tabSize
text
visibleCharacters
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name
Removes a line of content from the label. Returns true if the line exists.