FunctionalTest
Mostrar obsoleto
Resumen
Propiedades
The description of the FunctionalTest.
Métodos
Prints a red message to the output, prefixed by "TestService: ".
Prints if a condition is true, otherwise prints a warning.
Propiedades
Métodos
Failed
void
Prints a red message to the output, prefixed by "TestService: ".
Parámetros
Valor predeterminado: ""
Devuelve
void
Warn
void
Prints if a condition is true, otherwise prints a warning.
Parámetros
Valor predeterminado: ""
Devuelve
void
Muestras de código
FunctionalTest:Warn1
local TestService = game:GetService("TestService")
TestService:Warn(false, "this action is invalid")