luasteam icon indicating copy to clipboard operation
luasteam copied to clipboard

Possible error in the documentation

Open Introvertigo opened this issue 1 year ago • 1 comments

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

Introvertigo avatar Aug 02 '23 11:08 Introvertigo