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")