Fire CHANGED_MEDIA event if a media texture is set or cleared

This commit is contained in:
Justin Clark-Casey (justincc)
2010-07-12 22:27:11 +01:00
parent 39a38c4901
commit eb5e39d6ef
3 changed files with 8 additions and 1 deletions

View File

@@ -276,6 +276,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
public const int CHANGED_REGION_RESTART = 256;
public const int CHANGED_REGION = 512;
public const int CHANGED_TELEPORT = 1024;
public const int CHANGED_MEDIA = 2048;
public const int CHANGED_ANIMATION = 16384;
public const int TYPE_INVALID = 0;
public const int TYPE_INTEGER = 1;