๐ตInitialize
Like what you're seeing?
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!
Introduction
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
IP
The address of the server
Game Port
Valve uses 27015 as a default
The port that clients will connect to for gameplay.
Query Port
Valve uses 27016 as a default
The port that will manage server browser-related duties and info pings from clients.
Mode
The authentication mode of the server
Version
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.
Return Value
True if successful
Nodes
Last updated