Check (Method): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>JulienDethurens
Created page with "<onlyinclude>{{Method |name = Check |arguments = {{type|bool}} <var>condition</var>, {{type|string}} <var>description</var> |description = ..."
 
>JulienDethurens
Created page with "<onlyinclude>{{Method |name = Check |arguments = {{type|bool}} <var>condition</var>, {{type|string}} <var>description</var> |description = ..."
(No difference)

Revision as of 05:22, 18 February 2012

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