User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 08:37, 15 March 2014 (diff | hist) . . (+862) . . N love.filesystem.createDirectory (한국어) (Created page with "{{newin|0.9.0|090|type=function|text=It has been renamed from love.filesystem.mkdir}} 디렉토리를 생성합니다. 이 함수는 재귀적으로 디렉토리를 생...") (current)
- 06:24, 9 March 2014 (diff | hist) . . (+1,117) . . N love.filesystem.unmount (한국어) (Created page with "{{newin|0.9.0|090|type=function}} love.filesystem.mount로 마운트된 zip 파일을 언마운트 합니다. == 함수 == === 형식 ==...") (current)
- 06:20, 9 March 2014 (diff | hist) . . (+1,537) . . N love.filesystem.mount (한국어) (Created page with "{{newin|0.9.0|090|type=function}} zip 파일을 마운트합니다. == 함수 == === 형식 === <source lang="lua"> success = love.filesystem.mount( archive, mountpoint ) </s...") (current)
- 06:20, 9 March 2014 (diff | hist) . . (+31) . . love.filesystem.setIdentity (한국어) (current)
- 05:40, 9 March 2014 (diff | hist) . . (+1,407) . . N love.filesystem.setIdentity (한국어) (Created page with "여러분의 게임에서 사용할 세이브 디렉토리의 이름을 정합니다. 이 함수는 해당 폴더의 이름만 설정하며 전체 경로를 설정할 수는 않...")
- 04:48, 9 March 2014 (diff | hist) . . (+759) . . N love.filesystem.getIdentity (한국어) (Created page with "{{newin|0.9.0|090|type=function}} 여러분의 게임에서 사용하고 있는 세이브 디렉토리의 이름을 구합니다. 이 함수는 해당 폴더의 이름만 리...") (current)
- 04:44, 9 March 2014 (diff | hist) . . (+1,028) . . N love.filesystem.getLastModified (한국어) (Created page with "{{newin|0.7.1|071|type=function}} 해당 파일을 마지막으로 수정한 날짜를 구합니다. == 함수 == === 형식 === <source lang="lua"> modtime, errormsg = love....") (current)
- 04:40, 9 March 2014 (diff | hist) . . (+671) . . N love.filesystem.getSaveDirectory (한국어) (Created page with "세이브 디렉토리의 완전한 경로를 얻어옵니다. 이 함수는 표준 입출력 라이브러리 등에서 세이브 디렉토리에 접근할 때 유용하게 사...") (current)
- 04:37, 9 March 2014 (diff | hist) . . (+656) . . N love.filesystem.getSize (한국어) (Created page with "{{newin|0.9.0|090|type=function}} 파일의 바이트 수를 구합니다. == 함수 == === 형식 === <source lang="lua"> size, errormsg = love.filesystem.getSize( filename ...") (current)
- 18:10, 4 March 2014 (diff | hist) . . (-3) . . m love.filesystem (한국어) (current)
- 13:06, 4 March 2014 (diff | hist) . . (+485) . . N love.filesystem.getUserDirectory (한국어) (Created page with "사용자 디렉토리를 받아옵니다. == 함수 == === 형식 === <source lang="lua"> path = love.filesystem.getUserDirectory( ) </source> === 매개변수 === 없음. === ...") (current)
- 13:04, 4 March 2014 (diff | hist) . . (+494) . . N love.filesystem.getWorkingDirectory (한국어) (Created page with "현재 작업 디렉토리를 받아옵니다. == 함수 == === 형식 === <source lang="lua"> cwd = love.filesystem.getWorkingDirectory( ) </source> === 매개변수 === 없음....") (current)
- 13:01, 4 March 2014 (diff | hist) . . (+1,274) . . N love.filesystem.load (한국어) (Created page with "루아 파일을 불러오기만 합니다. 불러옴과 동시에 실행하지는 않습니다. == 함수 == === 형식 === <source lang="lua"> chunk = love.filesystem.load( nam...") (current)
- 10:31, 4 March 2014 (diff | hist) . . (+3) . . m love.filesystem.lines (한국어) (current)
- 10:31, 4 March 2014 (diff | hist) . . (+756) . . N love.filesystem.lines (한국어) (Created page with "텍스트 파일을 한 줄씩 읽는 반복자를 리턴합니다. == 함수 == === 형식 === <source lang="lua"> iterator = love.filesystem.lines( name ) </source> === 매개...")
- 10:12, 4 March 2014 (diff | hist) . . (+1,003) . . N love.filesystem.isFused (한국어) (Created page with "{{newin|0.9.0|090|type=function}} 게임이 퓨즈 모드로 설정되어 있는지 조사합니다. 퓨즈 모드가 설정되어 있을 경우 세이브 디렉토리에 ...") (current)
- 10:03, 4 March 2014 (diff | hist) . . (+8) . . m love.filesystem (한국어)
- 09:59, 4 March 2014 (diff | hist) . . (+1) . . m love.filesystem (한국어)
- 09:59, 4 March 2014 (diff | hist) . . (-46) . . m love.filesystem (한국어)
- 09:56, 4 March 2014 (diff | hist) . . (+51) . . love.filesystem (한국어) (직역문을 읽기 용이하게 편집)
- 09:49, 4 March 2014 (diff | hist) . . (+547) . . N love.filesystem.init (한국어) (Created page with "love.filesystem을 초기화합니다. 내부적으로 사용되는 함수이므로 함부로 호출하지 마세요. == 함수 == === 형식 === <source lang="lua"> love.filesys...") (current)
- 09:47, 4 March 2014 (diff | hist) . . (+544) . . N love.filesystem.isDirectory (한국어) (Created page with "무언가가 디렉토리인지 확인합니다. == 함수 == === 형식 === <source lang="lua"> is_dir = love.filesystem.isDirectory( filename ) </source> === 매개변수 === {...") (current)
- 09:45, 4 March 2014 (diff | hist) . . (+517) . . N love.filesystem.isFile (한국어) (Created page with "무언가가 파일인지 확인합니다. == 함수 == === 형식 === <source lang="lua"> is_file = love.filesystem.isFile( filename ) </source> === 매개변수 === {{param|str...") (current)
- 09:41, 4 March 2014 (diff | hist) . . (+667) . . N love.window.getDisplayCount (한국어) (Created page with "{{newin|0.9.0|090|type=function}} 연결된 모니터의 수를 구합니다. == 함수 == === 형식 === <source lang="lua"> count = love.window.getDisplayCount( ) </source>...") (current)
- 13:46, 26 February 2014 (diff | hist) . . (+612) . . N Source:setVolumeLimits (한국어) (Created page with "{{newin|0.8.0|080|type=function}} 볼륨 한계를 설정합니다. 한계는 0과 1 사이의 값이어야 합니다. == 함수 == === 형식 === <source lang="lua"> Source...") (current)
- 13:45, 26 February 2014 (diff | hist) . . (-16) . . m Source:getVolumeLimits (한국어) (current)
- 13:43, 26 February 2014 (diff | hist) . . (+443) . . N Source:isStopped (한국어) (Created page with "정지되어 있는지 조사합니다. == 함수 == === 형식 === <source lang="lua"> stopped = Source:isStopped( ) </source> === 매개변수 === 없음. === 리턴값 === {{p...") (current)
- 13:42, 26 February 2014 (diff | hist) . . (+654) . . N Source:isStatic (한국어) (Created page with "{{newin|0.7.0|070|type=function}} 오디오 소스가 가진 음원의 메모리 등재 방식이 stat...") (current)
- 13:40, 26 February 2014 (diff | hist) . . (+667) . . N Source:isRelative (한국어) (Created page with "{{newin|0.9.0|090|type=function}} 오디오 소스의 위치, 속도, 방향, 볼륨 원뿔이 듣는이에 대해 상대적인지 조사합니다. == 함수 == === 형식 ==...") (current)
- 13:39, 26 February 2014 (diff | hist) . . (+656) . . N Source:setRelative (한국어) (Created page with "{{newin|0.9.0|090|type=function}} 오디오 소스의 위치, 속도, 방향, 볼륨 원뿔을 듣는이에 대해 상대적으로 설정합니다. == 함수 == === 형식 ==...") (current)
- 13:36, 26 February 2014 (diff | hist) . . (+441) . . N Source:isPlaying (한국어) (Created page with "{{newin|0.9.0|090|type=function}} 재생중인지 조사합니다. == 함수 == === 형식 === <source lang="lua"> playing = Source:isPlaying( ) </source> === 매개변수 ==...") (current)
- 13:35, 26 February 2014 (diff | hist) . . (+460) . . N Source:isPaused (한국어) (Created page with "일시 정지되어 있는지 조사합니다. == 함수 == === 형식 === <source lang="lua"> paused = Source:isPaused( ) </source> === 매개변수 === 없음. === 리턴값 ==...")
- 13:32, 26 February 2014 (diff | hist) . . (+688) . . N Source:setVelocity (한국어) (Created page with "{{newin|0.7.0|070|type=function}} 오디오 소스의 속도를 설정합니다. [http://ko.wikipedia.org/wiki/%EB%8F%84%ED%94%8C%EB%9F%AC_%ED%9A%A8%EA%B3%BC 도플러 효...") (current)
- 13:27, 26 February 2014 (diff | hist) . . (+124) . . Source:getVelocity (한국어) (current)
- 13:27, 26 February 2014 (diff | hist) . . (+507) . . N Source:setRolloff (한국어) (Created page with "{{newin|0.8.0|080|type=function}} [http://ktword.co.kr/abbr_view.php?m_temp1=3716 롤 오프 율]을 설정합니다. == 함수 == === 형식 === <source lang="lua"> Source:...") (current)
- 13:26, 26 February 2014 (diff | hist) . . (0) . . m Source:getVelocity (한국어)
- 13:25, 26 February 2014 (diff | hist) . . (+12) . . m Source:getVelocity (한국어)
- 13:24, 26 February 2014 (diff | hist) . . (+509) . . N Source:getRolloff (한국어) (Created page with "{{newin|0.8.0|080|type=function}} [http://ktword.co.kr/abbr_view.php?m_temp1=3716 롤 오프 율]을 얻어옵니다. == 함수 == === 형식 === <source lang="lua"> rolloff...") (current)
- 13:22, 26 February 2014 (diff | hist) . . (+591) . . N Source:getVelocity (한국어) (Created page with "{{newin|0.7.0|070|type=function}} 오디오 소스의 속도를 얻어옵니다. == 함수 == === 형식 === <source lang="lua"> x, y, z = Source:getVelocity( ) </source> ===...")
- 13:21, 26 February 2014 (diff | hist) . . (+60) . . m Source:getPosition (한국어) (current)
- 13:20, 26 February 2014 (diff | hist) . . (+545) . . N Source:getPosition (한국어) (Created page with "{{newin|0.7.0|070|type=function}} 오디오 소스의 위치를 얻어옵니다. == 함수 == === 형식 === <source lang="lua"> x, y, z = Source:getPosition( ) </source> ===...")
- 22:51, 14 February 2014 (diff | hist) . . (+491) . . N Source:setPitch (한국어) (Created page with "피치를 설정합니다. == 함수 == === 형식 === <source lang="lua"> Source:setPitch( pitch ) </source> === 매개변수 === {{param|number (한국어)|pitch|1.0을 기준...") (current)
- 22:48, 14 February 2014 (diff | hist) . . (+412) . . N Source:getPitch (한국어) (Created page with "피치를 구합니다. == 함수 == === 형식 === <source lang="lua"> pitch = Source:getPitch( ) </source> === 매개변수 === 없음. === 리턴값 === {{param|number (한국...") (current)
- 22:45, 14 February 2014 (diff | hist) . . (+43) . . Source:getCone (한국어) (current)
- 22:45, 14 February 2014 (diff | hist) . . (+37) . . Source:setCone (한국어) (current)
- 22:42, 14 February 2014 (diff | hist) . . (+1,238) . . N Source:setCone (한국어) (Created page with "{{newin|0.9.0|090|type=function}} 오디오 소스의 볼륨 원뿔을 설정합니다. 원뿔 각도는 오디오 소스의 방향을 기...")
- 22:42, 14 February 2014 (diff | hist) . . (0) . . m Source:getCone (한국어)
- 22:40, 14 February 2014 (diff | hist) . . (+1,236) . . N Source:getCone (한국어) (Created page with "{{newin|0.9.0|090|type=function}} 오디오 소스의 소리 원뿔을 얻어옵니다. 원뿔 각도는 오디오 소스의 방향을 기...")
- 22:20, 14 February 2014 (diff | hist) . . (-1) . . m Source:setAttenuationDistances (한국어) (current)
- 22:16, 14 February 2014 (diff | hist) . . (+670) . . N Source:setDirection (한국어) (Created page with "{{newin|0.7.0|070|type=function}} 오디오 소스의 방향을 정합니다. 영벡터는 방향이 없음을 의미합니다. == 함수 == === 형식 === <source lang="lua"...") (current)
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)