mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
change value of PARCEL_DETAILS_DWELL to a higher value to give more room for standard values, change return types, update script syntaxe
This commit is contained in:
@@ -116,7 +116,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||
return m_OSSL_Functions.osGetWindParam(plugin, param);
|
||||
}
|
||||
|
||||
public int osGetParcelDwell(vector pos)
|
||||
public LSL_Integer osGetParcelDwell(vector pos)
|
||||
{
|
||||
return m_OSSL_Functions.osGetParcelDwell(pos);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user