Difference between revisions of "love.thread.getChannel (한국어)"

(Created page with "{{newin|0.9.0|090|type=function}} 이름 있는 스레드 채널을 받아오되, 존재하지 않으면 생성합니다. == 함수 == === 형식 === <source lang="lua"> chan...")
 
m
Line 15: Line 15:
 
* [[Constructs::Channel (한국어)]]
 
* [[Constructs::Channel (한국어)]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=이름 있는 스레드를 받아오되, 존재하지 않으면 생성합니다.}}
+
{{#set:Description=이름 있는 스레드 채널을 받아오되, 존재하지 않으면 생성합니다.}}
 
== 다른 언어 ==
 
== 다른 언어 ==
 
{{i18n|love.thread.getChannel}}
 
{{i18n|love.thread.getChannel}}

Revision as of 05:29, 23 January 2014

Available since LÖVE 0.9.0
This function is not supported in earlier versions.

이름 있는 스레드 채널을 받아오되, 존재하지 않으면 생성합니다.

함수

형식

channel = love.thread.getChannel( name )

매개변수

string (한국어) name
받아올 채널의 이름.

리턴값

Channel (한국어) channel
채널 객체.

다른 언어

다른 언어