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

(english -> 简体中文)
 
m (添加 since 和 prettysince)
 
Line 1: Line 1:
{{newin|[[0.9.0]]|090|type=function}}
+
{{newin (简体中文)|[[0.9.0]]|090|type=函数}}
 
获取连接显示器的数量。
 
获取连接显示器的数量。
 
== 函数 ==
 
== 函数 ==
Line 8: Line 8:
 
=== 参数 ===
 
=== 参数 ===
 
无。
 
无。
=== Returns ===
+
=== 返回值 ===
 
{{param|number|count|显示器的数量。}}
 
{{param|number|count|显示器的数量。}}
 
== See Also ==
 
== See Also ==
Line 18: Line 18:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=获取连接显示器的数量。}}
 
{{#set:Description=获取连接显示器的数量。}}
== Other Languages ==
+
{{#set:Since=090}}
 +
{{#set:PrettySince=0.9.0}}
 +
== 其他语言 ==
 
{{i18n|love.window.getDisplayCount}}
 
{{i18n|love.window.getDisplayCount}}

Latest revision as of 02:59, 16 March 2018

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

获取连接显示器的数量。

函数

基础使用

count = love.window.getDisplayCount( )

参数

无。

返回值

number count
显示器的数量。

See Also


其他语言