This commit is contained in:
MW
2007-02-04 11:36:35 +00:00
parent dc2316de9c
commit 8c80d98252
11 changed files with 865 additions and 887 deletions

View File

@@ -78,11 +78,11 @@ namespace OpenSim
#region Lua Functions
public void ScriptRegister( script_object_interface script)
public void ScriptRegister(script_object_interface script)
{
//called by scripts to register themselves
}
public void MoveObject(float x ,float y, float z)
public void MoveObject(float x , float y, float z)
{
}