🔵Initialize
Last updated

Support us as a GitHub Sponsor and get instant access to all our assets, exclusive tools and assets, escalated support and issue tracking and our gratitude. These articles are made possible by our GitHub Sponsors ... become a sponsor today!
Only valid for Steam Game Servers
Initializes the ISteamGameServer interface object, and set server properties which may not be changed.
After calling this function, you should set any additional server parameters, and then call Log On or Log On Anonymous
The address of the server
Valve uses 27015 as a default
The port that clients will connect to for gameplay.
Valve uses 27016 as a default
The port that will manage server browser-related duties and info pings from clients.
The authentication mode of the server
The version string is usually in the form <Major>.<Minor>.<Build>.<Revision>, and is used by the master server to detect when the server is out of date.
True if successful

Last updated