Enable scripting interface for windlight

This commit is contained in:
unknown
2009-12-09 01:34:26 +01:00
parent dbd8c400ce
commit e3f229225c
11 changed files with 423 additions and 1 deletions

View File

@@ -677,6 +677,10 @@ VALUES
//Return default LL windlight settings
return new RegionMeta7WindlightData();
}
public void StoreRegionWindlightSettings(RegionMeta7WindlightData wl)
{
//This connector doesn't support the windlight module yet
}
/// <summary>
/// Loads the settings of a region.
/// </summary>