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
Script2Game
ProceduralManagerClass.h
Go to the documentation of this file.
1
2
namespace
Script2Game
{
3
16
class
ProceduralManagerClass
17
{
18
public
:
22
void
addObject
(
ProceduralObjectClass
@po);
23
27
void
removeObject
(
ProceduralObjectClass
@po);
28
29
int
getNumObjects
();
30
31
ProceduralObjectClass
@
getObject
(
int
pos);
32
36
void
rebuildObjectMesh(ProceduralObjectClassPtr@)
37
38
41
void
deleteObjectMesh(ProceduralObjectClassPtr@)
42
};
43
46
47
}
//namespace Script2Game
Script2Game::ProceduralManagerClass::addObject
void addObject(ProceduralObjectClass @po)
Generates road mesh and adds to internal list.
Script2Game::ProceduralManagerClass::getObject
ProceduralObjectClass getObject(int pos)
Script2Game
Pseudo-namespace; it doesn't exist in code or script runtime, only in this documentation.
Definition:
BeamClass.h:2
Script2Game::ProceduralManagerClass
Binding of RoR::ProceduralManager; generates dynamic roads for terrain.
Definition:
ProceduralManagerClass.h:16
Script2Game::ProceduralManagerClass::removeObject
void removeObject(ProceduralObjectClass @po)
Clears road mesh and removes from internal list.
Script2Game::ProceduralObjectClass
Binding of RoR::ProceduralObject; a spline for generating dynamic roads.
Definition:
ProceduralObjectClass.h:15
Script2Game::ProceduralManagerClass::getNumObjects
int getNumObjects()
Generated by
1.8.17