diff options
author | dahlia | 2012-05-06 23:54:50 -0700 |
---|---|---|
committer | dahlia | 2012-05-06 23:54:50 -0700 |
commit | b697d0e895dc7670e160188501da88a780455500 (patch) | |
tree | 339f65c98f7bab3c32c567fae4da37a9ad613674 /OpenSim/Region/ScriptEngine/Shared/Api/Runtime | |
parent | Stop llSetPos from sending one update per child prim (diff) | |
download | opensim-SC_OLD-b697d0e895dc7670e160188501da88a780455500.zip opensim-SC_OLD-b697d0e895dc7670e160188501da88a780455500.tar.gz opensim-SC_OLD-b697d0e895dc7670e160188501da88a780455500.tar.bz2 opensim-SC_OLD-b697d0e895dc7670e160188501da88a780455500.tar.xz |
add OS_NPC_RUNNING option to osNpcMoveToTarget() to allow running speed for moving NPCs
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Runtime')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs index fd7c41e..2a28542 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs | |||
@@ -626,6 +626,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase | |||
626 | public const int OS_NPC_FLY = 0; | 626 | public const int OS_NPC_FLY = 0; |
627 | public const int OS_NPC_NO_FLY = 1; | 627 | public const int OS_NPC_NO_FLY = 1; |
628 | public const int OS_NPC_LAND_AT_TARGET = 2; | 628 | public const int OS_NPC_LAND_AT_TARGET = 2; |
629 | public const int OS_NPC_RUNNING = 4; | ||
629 | 630 | ||
630 | public const int OS_NPC_SIT_NOW = 0; | 631 | public const int OS_NPC_SIT_NOW = 0; |
631 | 632 | ||