Difference between revisions of "Joystick:getAxisCount (한국어)"

(Created page with "{{newin|0.9.0|090|type=function|text=It has been moved from love.joystick.getNumAxes}} 조이스틱 축의 개수를 얻어옵니다. == 함수 == === 형식 === <source...")
 
m
 
Line 15: Line 15:
 
* [[Joystick:getAxis (한국어)]]
 
* [[Joystick:getAxis (한국어)]]
 
* [[Joystick:getAxes (한국어)]]
 
* [[Joystick:getAxes (한국어)]]
[[Category:Functions (한국어)]]
+
[[Category:Functions]]
 
{{#set:Description=조이스틱 축의 개수를 얻어옵니다.}}
 
{{#set:Description=조이스틱 축의 개수를 얻어옵니다.}}
 
== 다른 언어 ==
 
== 다른 언어 ==
 
{{i18n|Joystick:getAxisCount}}
 
{{i18n|Joystick:getAxisCount}}

Latest revision as of 10:23, 3 February 2014

Available since LÖVE 0.9.0
It has been moved from love.joystick.getNumAxes.


조이스틱 축의 개수를 얻어옵니다.

함수

형식

axes = Joystick:getAxisCount( )

매개변수

없음.

리턴값

number (한국어) axes
조이스틱 축의 개수.

같이 보기

다른 언어