Initialize
Last updated
Last updated
Support us as a 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 ... 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 or
The address of the server
The port that clients will connect to for gameplay.
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