FunctionalTest
사용되지 않는 항목 표시
요약
속성
The description of the FunctionalTest.
메서드
Prints a red message to the output, prefixed by "TestService: ".
Prints if a condition is true, otherwise prints a warning.
속성
메서드
Failed
void
Prints a red message to the output, prefixed by "TestService: ".
매개 변수
기본값: ""
반환
void
Warn
void
Prints if a condition is true, otherwise prints a warning.
매개 변수
기본값: ""
반환
void
코드 샘플
FunctionalTest:Warn1
local TestService = game:GetService("TestService")
TestService:Warn(false, "this action is invalid")