File tree Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,17 @@ parameters:
21
21
description : The amount of blue in the color of the text.
22
22
- name : messageType
23
23
type : int
24
- description : The type of message as a number.
24
+ description : ' The type of message as a number.
25
+
26
+ 0: normal message
27
+
28
+ 1: action message (/me)
29
+
30
+ 2: team message
31
+
32
+ 3: private message
33
+
34
+ 4: internal message'
25
35
examples :
26
36
- path : examples/onClientChatMessage-1.lua
27
37
description : This example doesn't output anything to chatbox if it consists only
Original file line number Diff line number Diff line change @@ -11,7 +11,17 @@ parameters:
11
11
description : a string representing the message typed into the chat.
12
12
- name : messageType
13
13
type : int
14
- description : ' an int value representing the message type:'
14
+ description : ' an int value representing the message type:
15
+
16
+ 0: normal message
17
+
18
+ 1: action message (/me)
19
+
20
+ 2: team message
21
+
22
+ 3: private message
23
+
24
+ 4: internal message'
15
25
examples :
16
26
- path : examples/onPlayerChat-1.lua
17
27
description : This example limits receiving of chat messages to area around the player
You can’t perform that action at this time.
0 commit comments