toggle menu
javasteam
1.5.1
jvm
switch theme
search in API
javasteam
/
in.dragonbra.javasteam.util
/
MsgUtil
Msg
Util
open
class
MsgUtil
Author
lngtr
Since
2018-02-21
Members
Constructors
Msg
Util
Link copied to clipboard
constructor
(
)
Functions
get
GCMsg
Link copied to clipboard
open
fun
getGCMsg
(
msg
:
Int
)
:
Int
Strips off the protobuf message flag and returns an EMsg.
get
Msg
Link copied to clipboard
open
fun
getMsg
(
msg
:
Int
)
:
EMsg
Strips off the protobuf message flag and returns an EMsg.
is
Proto
Buf
Link copied to clipboard
open
fun
isProtoBuf
(
msg
:
Int
)
:
Boolean
Determines whether message is protobuf flagged.
make
GCMsg
Link copied to clipboard
open
fun
makeGCMsg
(
msg
:
Int
,
protobuf
:
Boolean
)
:
Int
Crafts an EMsg, flagging it if required.
make
Msg
Link copied to clipboard
open
fun
makeMsg
(
msg
:
Int
,
protobuf
:
Boolean
)
:
Int
Crafts an EMsg, flagging it if required.