MCPcopy
hub / github.com/EngoEngine/engo / Message

Interface Message

message.go:30–32  ·  view source on GitHub ↗

A Message is used to send messages within the MessageManager

Source from the content-addressed store, hash-verified

28
29// A Message is used to send messages within the MessageManager
30type Message interface {
31 Type() string
32}
33
34// MessageManager manages messages and subscribed handlers
35type MessageManager struct {

Callers 1

DispatchMethod · 0.65

Implementers 15

testSceneengo_test.go
testScene2engo_test.go
testRunSceneengo_test.go
assetTestSceneassets_test.go
testMessageCountermessage_test.go
TextMessagemessage.go
CollisionMessagecommon/collision.go
tmxTestScenecommon/tmx_test.go
TestInterfaceScenecommon/interfaces_test.go
testScenecommon/render_shaders_test.go
renderChangeMessagecommon/render.go

Calls

no outgoing calls

Tested by

no test coverage detected