Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventMessage ¶
type IComponent ¶
type Module ¶
type Module interface { New() Init() Base() BeginPlay() UpLogic(frameTime time.Duration) UpPlayer() UnLoad() GetMsgHandleFunc(msgType int) OnMessage GetServerEvent() map[int]OnServerEvent GetInServerEvent() map[int]OnInServerEvent GetModelName() string GetCoroutineGroup() int }
type OnInServerEvent ¶
type OnInServerEvent func(msgType int, eventData interface{})
type OnServerEvent ¶
Click to show internal directories.
Click to hide internal directories.