ManaPlus
Functions
EAthena::AttendanceRecv Namespace Reference

Functions

void processOpenWindow (Net::MessageIn &msg)
 

Function Documentation

◆ processOpenWindow()

void EAthena::AttendanceRecv::processOpenWindow ( Net::MessageIn msg)

Definition at line 33 of file attendancerecv.cpp.

34 {
36  msg.readInt8("window type");
37  msg.readInt32("data");
38 }
#define UNIMPLEMENTEDPACKET
Definition: logger.h:56
bool msg(InputEvent &event)
Definition: chat.cpp:39

References Actions::msg(), and UNIMPLEMENTEDPACKET.