← Back to team overview

mudlet-makers team mailing list archive

[Bug 1150994] Re: Can't pass booleans as event handler arguments

 

** Changed in: mudlet
       Status: New => Fix Committed

** Changed in: mudlet
    Milestone: None => 3.0

-- 
You received this bug notification because you are a member of Mudlet
Makers, which is subscribed to Mudlet.
https://bugs.launchpad.net/bugs/1150994

Title:
  Can't pass booleans as event handler arguments

Status in Mudlet:
  Fix Committed

Bug description:
  For example, make an event handler for test with this code:

  function test(...)
    display{...}
  end

  And do:

  raiseEvent("test", true)

  Will result in:

  {
    "test"
  }

To manage notifications about this bug go to:
https://bugs.launchpad.net/mudlet/+bug/1150994/+subscriptions


References