Check (Method)

From Legacy Roblox Wiki
Revision as of 05:22, 18 February 2012 by >JulienDethurens (Created page with "<onlyinclude>{{Method |name = Check |arguments = {{type|bool}} <var>condition</var>, {{type|string}} <var>description</var> |description = ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Check( bool condition, string description )
Returns nil
Description: If condition is true, prints "Check passed: ", followed by description to the output, in blue text. Otherwise, prints "Check failed: ", again, followed by description, but in red text, this time.
Member of: TestService