Difference between revisions of "love.thread.getChannel (한국어)"
m |
m |
||
Line 1: | Line 1: | ||
{{newin|[[0.9.0]]|090|type=function}} | {{newin|[[0.9.0]]|090|type=function}} | ||
− | 이름 있는 스레드 채널을 | + | 이름 있는 스레드 채널을 생성하거나 얻어옵니다. |
== 함수 == | == 함수 == | ||
=== 형식 === | === 형식 === | ||
Line 7: | Line 7: | ||
</source> | </source> | ||
=== 매개변수 === | === 매개변수 === | ||
− | {{param|string (한국어)|name|받아올 채널의 이름.}} | + | {{param|string (한국어)|name|생성할, 혹은 받아올 채널의 이름.}} |
=== 리턴값 === | === 리턴값 === | ||
{{param|Channel (한국어)|channel|채널 객체.}} | {{param|Channel (한국어)|channel|채널 객체.}} | ||
Line 15: | Line 15: | ||
* [[Constructs::Channel (한국어)]] | * [[Constructs::Channel (한국어)]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
− | {{#set:Description=이름 있는 스레드 채널을 | + | {{#set:Description=이름 있는 스레드 채널을 생성하거나 얻어옵니다.}} |
== 다른 언어 == | == 다른 언어 == | ||
{{i18n|love.thread.getChannel}} | {{i18n|love.thread.getChannel}} |
Latest revision as of 05:30, 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
- 채널 객체.
다른 언어
다른 언어
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info