mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
documentation (OnTerrainTick)
This commit is contained in:
@@ -81,6 +81,13 @@ namespace OpenSim.Region.Framework.Scenes
|
|||||||
|
|
||||||
public delegate void OnTerrainTickDelegate();
|
public delegate void OnTerrainTickDelegate();
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Triggered if the terrain has been edited
|
||||||
|
/// </summary>
|
||||||
|
/// <remarks>
|
||||||
|
/// This gets triggered in <see cref="OpenSim.Region.Framework.Scenes.Scene.UpdateTerrain"/>
|
||||||
|
/// but is used by core solely to update the physics engine.
|
||||||
|
/// </remarks>
|
||||||
public event OnTerrainTickDelegate OnTerrainTick;
|
public event OnTerrainTickDelegate OnTerrainTick;
|
||||||
|
|
||||||
public delegate void OnBackupDelegate(ISimulationDataService datastore, bool forceBackup);
|
public delegate void OnBackupDelegate(ISimulationDataService datastore, bool forceBackup);
|
||||||
|
|||||||
Reference in New Issue
Block a user