Difference between revisions of "love.graphics.getLineStyle"
m (Add PrettySince field.) |
m (Newin template) |
||
Line 1: | Line 1: | ||
+ | {{newin|[[0.3.2]]|032|type=function}} | ||
Gets the line style. | Gets the line style. | ||
== Function == | == Function == | ||
Line 14: | Line 15: | ||
[[Category:Functions]] | [[Category:Functions]] | ||
{{#set:Description=Gets the line style.}} | {{#set:Description=Gets the line style.}} | ||
− | |||
− | |||
{{#set:Sub-Category=State}} | {{#set:Sub-Category=State}} | ||
== Other Languages == | == Other Languages == | ||
{{i18n|love.graphics.getLineStyle}} | {{i18n|love.graphics.getLineStyle}} |
Latest revision as of 09:03, 31 December 2019
Available since LÖVE 0.3.2 |
This function is not supported in earlier versions. |
Gets the line style.
Function
Synopsis
style = love.graphics.getLineStyle( )
Arguments
None.
Returns
LineStyle style
- The current line style.
See Also
Other Languages
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info