FunctionalTest
Mostrar obsoleto
Resumo
Propriedades
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.
Propriedades
Métodos
Failed
void
Prints a red message to the output, prefixed by "TestService: ".
Parâmetros
Valor Padrão: ""
Devolução
void
Warn
void
Prints if a condition is true, otherwise prints a warning.
Parâmetros
Valor Padrão: ""
Devolução
void
Amostras de código
FunctionalTest:Warn1
local TestService = game:GetService("TestService")
TestService:Warn(false, "this action is invalid")