mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
refactor: Fold most SOP.ScriptSet* methods back into script code. Simplify.
This commit is contained in:
@@ -53,9 +53,9 @@ namespace OpenSim.Region.Framework.Scenes.Tests
|
||||
SceneObjectPart rootPart = so.RootPart;
|
||||
Assert.That(rootPart.Flags, Is.EqualTo(PrimFlags.None));
|
||||
|
||||
so.RootPart.ScriptSetPhantomStatus(true);
|
||||
so.ScriptSetPhantomStatus(true);
|
||||
|
||||
Console.WriteLine("so.RootPart.Flags [{0}]", so.RootPart.Flags);
|
||||
// Console.WriteLine("so.RootPart.Flags [{0}]", so.RootPart.Flags);
|
||||
Assert.That(rootPart.Flags, Is.EqualTo(PrimFlags.Phantom));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user