Jump to content

IG Connector callbacks


photo

Recommended Posts

Hello,

Currently, we can have our own callback on CIGI and DIS packets with something like cigi->setReceivePacketCallback(...).

Would it be possible to replace this with something like cigi->addReceivePacketCallback(...)

Rationale: our code is distributed in multiple plugins, each implementing their own logic/requirement. So we sometimes end up with two plugins requiring to react on the same packet. And some of our users may use one or the other (or even both) plugins.

Thanks!

Link to comment
×
×
  • Create New...