FunctionalTest
Afficher les obsolètes
Résumé
Propriétés
The description of the FunctionalTest.
Méthodes
Prints a red message to the output, prefixed by "TestService: ".
Prints if a condition is true, otherwise prints a warning.
Propriétés
Méthodes
Failed
void
Prints a red message to the output, prefixed by "TestService: ".
Paramètres
Valeur par défaut : ""
Retours
void
Warn
void
Prints if a condition is true, otherwise prints a warning.
Paramètres
Valeur par défaut : ""
Retours
void
Échantillons de code
FunctionalTest:Warn1
local TestService = game:GetService("TestService")
TestService:Warn(false, "this action is invalid")