Difference between revisions of "love.event.wait (한국어)"

(Created page with "{{newin|0.7.2|072|type=function}} 이벤트 큐를 비웁니다. == Function == === Synopsis === <source lang="lua"> love.event.clear() </source> === Arguments === 없음. ==...")
 
m
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{newin|[[0.7.2]]|072|type=function}}
+
이벤트를 하나 얻어오되, 큐에 이벤트가 없다면 하나라도 추가될 때까지 무한정 대기합니다.
이벤트 큐를 비웁니다.
+
== 함수 ==
== Function ==
+
=== 형식 ===
=== Synopsis ===
 
 
<source lang="lua">
 
<source lang="lua">
love.event.clear()
+
e, a, b, c, d = love.event.wait( )
 
</source>
 
</source>
=== Arguments ===
+
=== 매개변수 ===
 
없음.
 
없음.
=== Returns ===
+
=== 리턴값 ===
없음.
+
{{param|Event (한국어)|e|이벤트의 이름.}}
== See Also ==
+
{{param|mixed (한국어)|a|첫 번째 매개변수.}}
* [[parent::love.event]]
+
{{param|mixed (한국어)|b|두 번째 매개변수.}}
 +
{{param|mixed (한국어)|c|세 번째 매개변수.}}
 +
{{param|mixed (한국어)|d|네 번째 매개변수.}}
 +
== 같이 보기 ==
 +
* [[parent::love.event (한국어)]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=Clears the event queue.}}
+
{{#set:Description=이벤트를 하나 얻어오되, 큐에 이벤트가 없다면 하나라도 추가될 때까지 무한정 대기합니다.}}
== Other Languages ==
+
{{#set:Since=000}}
 +
== 다른 언어 ==
 
{{i18n|love.event.wait}}
 
{{i18n|love.event.wait}}

Latest revision as of 14:42, 2 February 2014

이벤트를 하나 얻어오되, 큐에 이벤트가 없다면 하나라도 추가될 때까지 무한정 대기합니다.

함수

형식

e, a, b, c, d = love.event.wait( )

매개변수

없음.

리턴값

Event (한국어) e
이벤트의 이름.
mixed (한국어) a
첫 번째 매개변수.
mixed (한국어) b
두 번째 매개변수.
mixed (한국어) c
세 번째 매개변수.
mixed (한국어) d
네 번째 매개변수.

같이 보기


다른 언어