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- 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.
About the author
#2
only a group and a marker .
My spawnpoints are moving with vehicles !
so i respawn where the vehicle is .
09/18/2003 (9:08 am)
You dont really need the spawnsphere to spawn a player itsonly a group and a marker .
My spawnpoints are moving with vehicles !
so i respawn where the vehicle is .
Torque 3D Owner Marco Meier
Slickware Games
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.