love.thread.newThread (한국어)

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

루아 파일이나 FileData로부터 새로운 스레드를 생성합니다.

함수

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

형식

thread = love.thread.newThread( filename )

매개변수

string (한국어) filename
루아로 짜여진 소스 코드 파일의 이름.

리턴값

Thread (한국어) thread
아직 실행되지 않은 새 스레드.

함수

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

형식

thread = love.thread.newThread( fileData )

매개변수

FileData (한국어) fileData
루아 코드를 가진 FileData.

리턴값

Thread (한국어) thread
아직 실행되지 않은 새 스레드.

같이 보기

다른 언어