FunctionalTest
Visualizza obsoleti
Sommario
Proprietà
The description of the FunctionalTest.
Metodi
Prints a red message to the output, prefixed by "TestService: ".
Prints if a condition is true, otherwise prints a warning.
Proprietà
Metodi
Failed
void
Prints a red message to the output, prefixed by "TestService: ".
Parametri
Valore predefinito: ""
Restituzioni
void
Warn
void
Prints if a condition is true, otherwise prints a warning.
Parametri
Valore predefinito: ""
Restituzioni
void
Campioni di codice
FunctionalTest:Warn1
local TestService = game:GetService("TestService")
TestService:Warn(false, "this action is invalid")