Game Development Community

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.

About the author

Recent Threads

  • Support vc++.net?

  • #1
    09/21/2003 (4:26 am)
    I think you want to look in the fps/server/scripts/player.cs


    P.S. anything about the engine itself should be posted in the SDK forums.