Plugins snippet

From Valve Developer Community
Revision as of 08:24, 20 May 2007 by Lodle (talk | contribs)
Jump to navigation Jump to search

Sniplets For Plugins

IP Addresses

To get the ip address of a player.

    INetChannelInfo *netinfo = engine->GetPlayerNetInfo(index);
    netinfo->GetAddress();