MCPcopy Create free account
hub / github.com/OpenDungeons/OpenDungeons / setSource

Method setSource

source/network/ODSocketClient.h:82–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 { return mSockClient; }
81
82 void setSource(ODSource source)
83 { mSource = source; }
84
85 // Data Transimission
86 /*! \brief Sends a packet through the network

Callers 1

doTaskMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected