mirror of
https://github.com/opensim/opensim.git
synced 2026-06-06 11:25:46 +08:00
Small clean up of files and directories
This commit is contained in:
14
OpenSim.Framework/Interfaces/IScriptAPI.cs
Normal file
14
OpenSim.Framework/Interfaces/IScriptAPI.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using OpenSim.Framework.Types;
|
||||
|
||||
namespace OpenSim.Framework.Interfaces
|
||||
{
|
||||
public interface IScriptAPI
|
||||
{
|
||||
OSVector3 GetEntityPosition(uint localID);
|
||||
void SetEntityPosition(uint localID, float x, float y, float z);
|
||||
uint GetRandomAvatarID();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user