[#SetupNetworking] = SetupNetworking :mrdocs: Initialize networking support for the current platform. == Synopsis Declared in `<common/system.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[nodiscard]] bool SetupNetworking(); ---- == Return Value true if networking was set up successfully. [NOTE] ==== The return value https://en.cppreference.com/cpp/language/attributes/nodiscard[should not be discarded^]. ==== [.small]#Created with https://www.mrdocs.com[MrDocs]#