Difference between revisions of "love.window.getIcon (简体中文)"

(english -> 简体中文)
 
m (添加 since 和 prettysince)
 
Line 15: Line 15:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=获取窗口图标。}}
 
{{#set:Description=获取窗口图标。}}
== Other Languages ==
+
{{#set:Since=090}}
 +
{{#set:PrettySince=0.9.0}}
 +
== 其他语言 ==
 
{{i18n|love.window.getIcon}}
 
{{i18n|love.window.getIcon}}

Latest revision as of 03:07, 16 March 2018

自 LÖVE 0.9.0 可以使用
此 函数 在早期版本中不受支持.

获取窗口图标。

函数

基础使用

imagedata = love.window.getIcon( )

参数

无。

返回值

ImageData imagedata
返回窗口图标(imagedata);如果没有使用 love.window.setIcon 设置窗口图标则返回 nil。

参见


其他语言