Miscellaneous

getexecutorversion

Returns Real's executor version as one string.

Cú pháp

getexecutorversion(): string

Giá trị trả về

TênKiểuMô tả
executorVersionstringExecutor version string.

Mô tả

Returns Real's executor version as one string.

Goi khong can parameter. Function doc context can thiet tu runtime state hien tai.

Tra ve executorVersion (string). Dung bang returns de tach gia tri thanh cong, ket qua nil va loi co the xu ly.

Ví dụ

Read the executor version string exposed by Real.

local version = getexecutorversion()
print(version)