MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / ChatReceivedMessage

Method ChatReceivedMessage

source/game/StarChatTypes.cpp:41–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41ChatReceivedMessage::ChatReceivedMessage() : fromConnection() {}
42
43ChatReceivedMessage::ChatReceivedMessage(MessageContext context, ConnectionId fromConnection, String const& fromNick, String const& text)
44 : context(context), fromConnection(fromConnection), fromNick(fromNick), text(text) {}

Callers

nothing calls this directly

Calls 5

MessageContextClass · 0.85
getStringMethod · 0.80
getUIntMethod · 0.80
getMethod · 0.45
getObjectMethod · 0.45

Tested by

no test coverage detected