num GetSyncVarDefault(int tid, num defaultvalue)
num - any numeric type (int or fixed)
Returns the variable synchronized using SyncVariable. If the variable has not been synchronized even once yet, returns the specified default value.