Results 1 to 10 of 13

Thread: AssertMsg

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #5
    Brigadier General
    Join Date
    Oct 2012
    Posts
    994
    Thanks
    20
    Thanked 588 Times in 388 Posts
    Quote Originally Posted by serthy View Post
    fires script error:

    assert( false );
    assertEx( false , "ERROR" );
    assertMsg( true , "ERROR" );

    everything OK:

    assert( true );
    assertEx( true , "ERROR" );
    assertMsg( false , "ERROR" );
    AssertMsg() only has 1 argument. Not 2. Only AssertEx() has 2 arguments.
    Last edited by Tally; 17th October 2013 at 21:16.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •