enuSpace for lua API
enuSpace :: PlaySound()
이엔유 주식회사
2016. 1. 15. 18:38
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