msg¶
Various utility function for dealing with messages.
-
csgo.msg.get_emsg_enum(emsg)¶ Attempts to find the Enum for the given
intParameters: emsg ( int) – integer corresponding to a EnumReturns: Enum if found, emsg if not Return type: Enum, int
-
csgo.msg.find_proto(emsg)¶ Attempts to find the protobuf message for a given Enum
Parameters: emsg (Enum) – Enum corrensponding to a protobuf message Returns: protobuf message class