RigsofRods
Soft-body Physics Simulation
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Functions
_
a
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Variables
a
b
c
d
e
f
g
i
k
l
m
n
p
r
s
t
u
v
w
Typedefs
a
c
d
e
f
g
l
m
n
o
p
r
s
t
v
w
Enumerations
a
b
c
d
e
f
g
h
i
k
l
m
n
p
r
s
t
u
v
w
Enumerator
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Enumerations
a
b
c
d
g
h
l
m
n
o
p
r
s
t
v
Enumerator
a
b
c
d
f
g
h
l
m
n
o
r
s
t
v
Related Functions
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Typedefs
Enumerations
Enumerator
k
o
Macros
_
a
b
c
d
e
f
h
i
l
m
n
o
p
r
s
t
x
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
doc
angelscript
Script2Server
globals.h
Go to the documentation of this file.
1
2
11
namespace
Script2Server
{
12
16
enum
serverSayType
17
{
18
FROM_SERVER
= 0,
19
FROM_HOST
,
20
FROM_MOTD
,
21
FROM_RULES
22
}
23
27
enum
broadcastType
28
{
29
// order: least restrictive to most restrictive!
30
BROADCAST_AUTO
= -1,
31
BROADCAST_ALL
,
32
BROADCAST_NORMAL
,
33
BROADCAST_AUTHED
,
34
BROADCAST_BLOCK
35
};
36
37
TO_ALL = -1
38
39
}
// namespace Script2Server
40
Script2Server::BROADCAST_NORMAL
enum Script2Server::serverSayType BROADCAST_NORMAL
broadcast to all clients except sender
Script2Server
Pseudo-namespace; it doesn't exist in code or script runtime, only in this documentation.
Definition:
globals.h:11
Script2Server::BROADCAST_AUTHED
enum Script2Server::serverSayType BROADCAST_AUTHED
broadcast to authed users (bots)
Script2Server::FROM_RULES
@ FROM_RULES
Definition:
globals.h:21
Script2Server::serverSayType
serverSayType
This is used to define who says it, when the server says something.
Definition:
globals.h:16
Script2Server::BROADCAST_BLOCK
enum Script2Server::serverSayType BROADCAST_BLOCK
< no broadcast
Script2Server::FROM_MOTD
@ FROM_MOTD
Definition:
globals.h:20
Script2Server::BROADCAST_ALL
enum Script2Server::serverSayType BROADCAST_ALL
broadcast to all clients including sender
Script2Server::FROM_SERVER
@ FROM_SERVER
Definition:
globals.h:18
Script2Server::FROM_HOST
@ FROM_HOST
Definition:
globals.h:19
Script2Server::BROADCAST_AUTO
enum Script2Server::serverSayType BROADCAST_AUTO
This is returned by the playerChat()/streamAdded() callback and determines how the message is treated...
Generated by
1.8.17