FunctionalTest

사용되지 않는 항목 표시
더 이상 사용되지 않음

Deprecated. Use TestService instead

요약

속성

  • 병렬 읽기
    더 이상 사용되지 않음

    The description of the FunctionalTest.

메서드

속성

Description

병렬 읽기

The description of the FunctionalTest.

메서드

Error

void

매개 변수

message: string
기본값: ""

반환

void

Failed

void

Prints a red message to the output, prefixed by "TestService: ".

매개 변수

message: string
기본값: ""

반환

void

Pass

void

매개 변수

message: string
기본값: ""

반환

void

Passed

void

매개 변수

message: string
기본값: ""

반환

void

Warn

void

Prints if a condition is true, otherwise prints a warning.

매개 변수

message: string
기본값: ""

반환

void

코드 샘플

FunctionalTest:Warn1

local TestService = game:GetService("TestService")
TestService:Warn(false, "this action is invalid")

이벤트