Game Development Community

How to get the the same id as ghost object id?

by Liangbaiou · in Torque Game Engine · 12/27/2005 (1:08 am) · 1 replies

The ghost object can get the ghost id by getGhostIndex() on the client,but on the server,how to get the same id as ghostid, if can't get,is there any id which is the same between on the client and on the server?

About the author


#1
12/27/2005 (1:09 am)
There's a method on the connection to do this, I believe. Ghost IDs are only valid per-connection.