View Single Post
  #1  
Old 09-15-2007, 12:39 PM
Inverness Inverness is offline
Incubator
Inverness's Avatar
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
Inverness is a jewel in the roughInverness is a jewel in the rough
Object Synchronization (Clientside<->Serverside)

Basically this would be the ability to sync a TStaticVar on clientside and serverside so a variable change in one is reflected in the other just like with client flags. The reason I want this feature is for my mudlib which uses an all-purpose mud object at GraalObject.mud to store data and I thought it would be more efficient for Graal to sync data to client rather than doing it manually each time its changed.

Ideally the options would be controlled from serverside and there would be static variables to determine how it works, such as what variables to synchronize and if only serverside changes should be synced (like clientr.) or changes to both sides be synced.
__________________
Reply With Quote