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
rornet.h
Go to the documentation of this file.
1
2
11
namespace
Script2Server
{
12
16
enum
authType
17
{
18
AUTH_NONE
= 0,
19
AUTH_ADMIN
=
BITMASK
(1),
20
AUTH_RANKED
=
BITMASK
(2),
21
AUTH_MOD
=
BITMASK
(3),
22
AUTH_BOT
=
BITMASK
(4),
23
AUTH_BANNED
=
BITMASK
(5)
24
};
25
26
29
class
StreamRegister
30
{
31
string
getName
();
32
int
type
;
33
int
status
;
34
int
origin_sourceid
;
35
int
origin_streamid
;
36
};
37
38
}
// namespace Script2Server
39
Script2Server::AUTH_MOD
@ AUTH_MOD
moderator status
Definition:
rornet.h:21
Script2Server::StreamRegister::status
int status
Definition:
rornet.h:33
Script2Server::AUTH_BANNED
@ AUTH_BANNED
banned
Definition:
rornet.h:23
Script2Server
Pseudo-namespace; it doesn't exist in code or script runtime, only in this documentation.
Definition:
globals.h:11
Script2Server::StreamRegister
Binding of RoRnet::StreamRegister class.
Definition:
rornet.h:29
Script2Server::authType
authType
Binding of RoRnet::UserAuth.
Definition:
rornet.h:16
BITMASK
#define BITMASK(OFFSET)
Definition:
BitFlags.h:10
Script2Server::StreamRegister::type
int type
Definition:
rornet.h:32
Script2Server::StreamRegister::origin_streamid
int origin_streamid
Definition:
rornet.h:35
Script2Server::StreamRegister::origin_sourceid
int origin_sourceid
Definition:
rornet.h:34
Script2Server::AUTH_RANKED
@ AUTH_RANKED
ranked status
Definition:
rornet.h:20
Script2Server::AUTH_ADMIN
@ AUTH_ADMIN
admin on the server
Definition:
rornet.h:19
Script2Server::AUTH_BOT
@ AUTH_BOT
bot status
Definition:
rornet.h:22
Script2Server::StreamRegister::getName
string getName()
Script2Server::AUTH_NONE
@ AUTH_NONE
no authentication
Definition:
rornet.h:18
Generated by
1.8.17