|
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. |
|