Clientside entity creation network traffic

Posted By: fastlane69

Clientside entity creation network traffic - 05/19/10 22:09

Hello again,

I'm curious as to the correct order and intent of Svc_Create and Svc_Entity when a client uses Ent_Create().

To whit, on the calling client:
a) Does it receive both Svc_Create and Svc_Entity? If so in what order?
b) If it does receive both, which message is actually responsible for creating the entity?
c) If it doesn't receive both, then is it correct that the calling client only receives an Svc_Create while every other client receives a Svc_Entity?

Thanks!
Posted By: jcl

Re: Clientside entity creation network traffic - 05/20/10 12:47

The client itself receives svc_create, afterwards all clients receive svc_entity. svc_entity is responsible for creating the entities. svc_create only acknowledges that the creation message was received.
Posted By: Michael_Schwarz

Re: Clientside entity creation network traffic - 05/20/10 13:42

whoa, fastlane is back!
Posted By: fastlane69

Re: Clientside entity creation network traffic - 05/21/10 01:52

Never left, not really... grin

Thanks JCL; cleared that right up!
© 2024 lite-C Forums