Manual Debugging Cues
Is there a message sub-system, that is common to all EQEmu projects, which will allow me to insert custom send-to-client messages anywhere within the code? (message logs aren't handy when trying to match the timing of server processes and client visual events.)
I've tried a few things that haven't worked, but I think it's because they're not tied to event handlers. Thanks! U |
Not entirely sure what you're asking for, but this sends a message to a client:
Code:
SomeClientPtr->Message(0, "Some Message"); |
All times are GMT -4. The time now is 05:28 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.