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

(Blanked the page)
Line 1: Line 1:
 
+
이벤트 메시지를 하나 얻어오되, 큐에 메시지가 없다면 하나라도 추가될 때까지 무한정 대기합니다.
 +
== 함수 ==
 +
=== 형식 ===
 +
<source lang="lua">
 +
e, a, b, c, d = love.event.wait( )
 +
</source>
 +
=== 매개변수 ===
 +
없음.
 +
=== 리턴값 ===
 +
{{param|Event (한국어)|e|The type of event.}}
 +
{{param|mixed (한국어)|a|First event argument.}}
 +
{{param|mixed (한국어)|b|Second event argument.}}
 +
{{param|mixed (한국어)|c|Third event argument.}}
 +
{{param|mixed (한국어)|d|Fourth event argument.}}
 +
== 같이 보기 ==
 +
* [[parent::love.event (한국어)]]
 +
[[Category:Functions]]
 +
{{#set:Description=이벤트 메시지를 하나 얻어오되, 큐에 메시지가 없다면 하나라도 추가될 때까지 무한정 대기합니다.}}
 +
{{#set:Since=000}}
 +
== 다른 언어 ==
 +
{{i18n|love.event.wait}}

Revision as of 14:40, 2 February 2014

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

함수

형식

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

매개변수

없음.

리턴값

Event (한국어) e
The type of event.
mixed (한국어) a
First event argument.
mixed (한국어) b
Second event argument.
mixed (한국어) c
Third event argument.
mixed (한국어) d
Fourth event argument.

같이 보기


다른 언어