Game Development Community

Function & SpawnSphere help

by Luca Deriu · in Torque Game Engine · 09/18/2003 (2:17 am) · 3 replies

Hi, I've bought the TGE and I've got two little questions:

1- Is there a list of all the functions avaiable in the engine?
something like Showentity();Moveentity();Antialias() etc..

2- Can one of you explain me what is the SpawnSphere?

Thank you all,BYE.

#1
09/18/2003 (2:50 am)
1. You can find a Torque Script Documentation here.
For Engine Functions you have to see the Engine Documentation here

2. You create a SpawnShere on the position you want the player to spawn, to "enter" the game.
So, the engine picks the position of the spawnshere and then spawns the player at this position.
#2
09/18/2003 (9:08 am)
You dont really need the spawnsphere to spawn a player its
only a group and a marker .
My spawnpoints are moving with vehicles !
so i respawn where the vehicle is .
#3
10/03/2003 (2:16 pm)
Thank you...
Now I know a little more...
BYE