ClientChatManager:IncomingMessage

ClientChatManager:IncomingMessage(message: string, playerId: int, recipientMask: int, channelId: ChatChannelType, isSenderDead: bool)

Parameters

Name Type Description
message string
playerId int
recipientMask int
channelId ChatChannelType
isSenderDead bool

Example

Hooks:Install('ClientChatManager:IncomingMessage', 1, function(hook, message, playerId, recipientMask, channelId, isSenderDead)
    -- Do stuff here.
end)
Last modified April 27, 2020: Regenerate all API documentation (0b49d6be)