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
AngelOgre
AngelOgre_Node.h
Go to the documentation of this file.
1
2
namespace
AngelOgre
{
// Dummy namespace, just to distinguish AngelScript from C++
3
12
class
Node
13
{
14
public
:
15
const
vector3&
getPosition
()
const
;
16
void
setPosition
(
const
vector3 &in);
17
18
const
vector3&
getScale
()
const
;
19
void
setScale
(
const
vector3 &in);
20
21
const
string
&
getName
()
const
;
22
Node
@
getParent
();
23
25
string
__getUniqueName
()
const
;
26
29
ChildNodeArray
@
getChildren
();
30
};
31
34
35
}
// namespace AngelOgre (dummy, just to distinguish AngelScript from C++)
36
37
AngelOgre::Node::getScale
const vector3 & getScale() const
AngelOgre::Node::__getUniqueName
string __getUniqueName() const
A Rigs of Rods extension - generates unique name as "{name} ({mem_address})".
AngelOgre::Node::getChildren
ChildNodeArray getChildren()
Not const because we don't want all elements to be const (this isn't the case with raw pointers in C+...
AngelOgre::Node::setScale
void setScale(const vector3 &in)
AngelOgre::Node::setPosition
void setPosition(const vector3 &in)
AngelOgre::Node::getPosition
const vector3 & getPosition() const
AngelOgre
OGRE-AngelScript bindings; Actually named Ogre in the scripts, just changed for docs to separate thin...
Definition:
AngelOgre_AnimationState.h:2
AngelOgre::Node::getName
const string & getName() const
ChildNodeArray
CReadonlyScriptArrayView< Ogre::Node * > ChildNodeArray
Definition:
OgreAngelscript.cpp:498
AngelOgre::Node
Definition:
AngelOgre_Node.h:12
AngelOgre::Node::getParent
Node getParent()
Generated by
1.8.17