Thread: GMAP Variables
View Single Post
  #5  
Old 03-30-2006, 02:09 AM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
Gmap-wide variables:
On serverside you cannot access the map parts anyway, so level.vars are always gmap-wide.
On clientside the next version will have a new variable 'object.gmap' for accessing the whole map. The 'level.' var is directing to the map part for compatibility reasons.

Synchronization of serverside and clientside: it might be possible to add level.clientr.vars and level.client.vars, sending level attributes from server to client is needed anyway for the new tile layers thingy