Question about scripting
by SSFAN · in General Discussion · 09/20/2003 (2:09 pm) · 1 replies
I purchased TGE while ago but just started to look at the code and design for my game. (sorry about my poor english)
I have one question about scripting,
If I opened defaults.cs
I can see a lot of members in there
for example,
$pref::Player::Name = "Visitor";
$pref::Player::defaultFOV = 90;
...
...
I know a Player class(?) has a lot of memebers and some members
are initialized in ths defaults.cs file.
My question is where can I find all members of the Player class.
I've searched via engine source code but coludn't.
Can anyone answer my question? thanks.
I have one question about scripting,
If I opened defaults.cs
I can see a lot of members in there
for example,
$pref::Player::Name = "Visitor";
$pref::Player::defaultFOV = 90;
...
...
I know a Player class(?) has a lot of memebers and some members
are initialized in ths defaults.cs file.
My question is where can I find all members of the Player class.
I've searched via engine source code but coludn't.
Can anyone answer my question? thanks.
Torque Owner Edward Smith
Silencersoft
P.S. anything about the engine itself should be posted in the SDK forums.