f.Time.getServerTime()

f.Time.getServerTime(isAsync, eventName)

개요

서버로부터 UTC 시간의 절대값을 가져온 후, 지정된 이벤트를 실행합니다.

이벤트 스크립트에서만 사용가능합니다.

파라미터

파라미터명
필수여부
타입
제약사항
설명

isAsync

Boolean

비동기여부 true

eventName

String

다음 실행할 이벤트 명

예시

f.Time.getServerTime(false , "NextEvent") 

Last updated

Was this helpful?