How SendSystemMsg() work?

How SendSystemMsg() work?

Discuss the source code and development of Spring Engine in general from a technical point of view. Patches go here too.

Moderator: Moderators

Post Reply
Torrasque
Posts: 1022
Joined: 05 Oct 2004, 23:55

How SendSystemMsg() work?

Post by Torrasque »

When SendSystemMsg("blah blah"); is called, "blag blah" is displayed on the console. I've studied it step by step , but I didn't find where is the line of code wich make the string displayed one the console. (I didn't find some AddLine or (*info) <<"")
I'm "working" on the newGUI , and I want all the text displayed on the new console instead of the old one.
SJ
Posts: 618
Joined: 13 Aug 2004, 17:13

Post by SJ »

Just search for NETMSG_SYSTEMMSG.
Torrasque
Posts: 1022
Joined: 05 Oct 2004, 23:55

Post by Torrasque »

Thanks for the quick answer (it work)!
Post Reply

Return to “Engine”