mirror of
https://github.com/opensim/opensim.git
synced 2026-06-20 20:47:33 +08:00
*Removed OSVector3 and replaced with libsecondlife.LLVector3
This commit is contained in:
@@ -30,11 +30,12 @@ using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using OpenSim.Framework.Types;
|
||||
|
||||
using libsecondlife;
|
||||
namespace OpenSim.Framework.Interfaces
|
||||
{
|
||||
public interface IScriptAPI
|
||||
{
|
||||
OSVector3 GetEntityPosition(uint localID);
|
||||
LLVector3 GetEntityPosition(uint localID);
|
||||
void SetEntityPosition(uint localID, float x, float y, float z);
|
||||
uint GetRandomAvatarID();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user