luasteam
luasteam copied to clipboard
Possible error in the documentation
The example for the sendMessageToConnection function given in the documentation is:
local result = Steam.networkingSockets.sendMessageToConnection(connection, "Ping", Steam.networkingSockets.flags.Reliable)
Shouldnt the flag key be Send_Reliable instead of just Reliable ?
https://luasteam.readthedocs.io/en/stable/networking_sockets.html#networkingSockets.sendMessageToConnection