Code: Show/Hide m_botAction.ipcSubscribe("channel name");
//This cannot be done in the constructor, btw (doing it on LoggedOn works though) |
Code: Show/Hide m_botAction.ipcTransmit("channel name", object); |
Code: Show/Hide public void ipcUnSubscribe("channel name"); |