MCPcopy Create free account
hub / github.com/ClassiCube/ClassiCube / Event_RaiseChat

Function Event_RaiseChat

src/Event.c:156–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156void Event_RaiseChat(struct Event_Chat* handlers, const cc_string* msg, int msgType) {
157 int i;
158 for (i = 0; i < handlers->Count; i++) {
159 handlers->Handlers[i](handlers->Objs[i], msg, msgType);
160 }
161}
162
163void Event_RaiseInput(struct Event_Input* handlers, int key, cc_bool repeating, struct InputDevice* device) {
164 int i;

Callers 2

Chat_AddOfFunction · 0.85
Chat_SendFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected