mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
* Patch from Melanie. Mantis 0001037: Add various internal plumbing to the example economy module, implements llSetPayPrice(), money() and llGiveMoney() in scripts. Thanks Melanie!
* Moves module loading before the script engine so the script engine can pick up events from modules registering interfaces with scene.
This commit is contained in:
@@ -96,6 +96,8 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
public int SalePrice;
|
||||
public uint Category;
|
||||
|
||||
// TODO: This needs to be persisted in next XML version update!
|
||||
[XmlIgnore] public int[] PayPrice = {0,0,0,0,0};
|
||||
|
||||
public Int32 CreationDate;
|
||||
public uint ParentID = 0;
|
||||
@@ -2456,6 +2458,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
info.AddValue("m_clickAction", m_clickAction);
|
||||
info.AddValue("m_shape", m_shape);
|
||||
info.AddValue("m_parentGroup", m_parentGroup);
|
||||
info.AddValue("PayPrice", PayPrice);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user