enuSpace professional 2016 기준
void PlaySound method (enuSpace in lua script)
enuSpace in lua lua function
void PlaySound(
[in] string Filename
};
Parameters
Filename[in]
Type:string
wav 파일 이름을 사용
Return value
Type : bool
Remarks
루아 스크립트에서 본 함수를 사용하는 경우, windos api PlaySound 함수 호출 수행
Examples
enuSpace script editor
function onmousedown()
PlaySound("Alarm02.wav")
end
'enuSpace for lua API' 카테고리의 다른 글
enuSpace :: ShellExecute() (0) | 2016.01.15 |
---|