OSSL Constants
From OpenSimulator
(Difference between revisions)
(→OSSL Constants: OS NPC RUNNING) |
(trying to change the format & update some) |
||
Line 7: | Line 7: | ||
* CM_Constants.cs (OpenSimulator source) for LightShare/Windlight Constants | * CM_Constants.cs (OpenSimulator source) for LightShare/Windlight Constants | ||
+ | Additional constants to [http://wiki.secondlife.com/wiki/Changed changed() event] | ||
+ | |||
+ | {| cellspacing="0" cellpadding="5" border="1" align="centre" class="sortable" | ||
+ | |- | ||
+ | | '''Constant Name''' || '''Value''' || '''Description''' | ||
+ | |- | ||
+ | | [[OSSL Constants/CHANGED ANIMATION|CHANGED_ANIMATION]] || 16384 || the set of animations playing on the avatar to whom this object is attached has been changed. | ||
+ | |} | ||
{| cellspacing="0" cellpadding="5" border="1" align="centre" class="sortable" | {| cellspacing="0" cellpadding="5" border="1" align="centre" class="sortable" | ||
Line 14: | Line 22: | ||
| [[OSSL Constants/NPC|NPC]] || 0x20 || | | [[OSSL Constants/NPC|NPC]] || 0x20 || | ||
|- | |- | ||
− | |||
− | |||
| [[OSSL Constants/STATS TIME DILATION|STATS_TIME_DILATION]] || 0 || osGetRegionStats | | [[OSSL Constants/STATS TIME DILATION|STATS_TIME_DILATION]] || 0 || osGetRegionStats | ||
|- | |- |
Revision as of 17:59, 17 November 2012
OSSL Constants
These are extracted from OpenSimulator DEV 0.7.4 OpenSim-9d66792-r/18996 May 12, 2012
Sources:
- LSL_Constants.cs (OpenSimulator source) for LSL and OSSL Constants
- CM_Constants.cs (OpenSimulator source) for LightShare/Windlight Constants
Additional constants to changed() event
Constant Name | Value | Description |
CHANGED_ANIMATION | 16384 | the set of animations playing on the avatar to whom this object is attached has been changed. |
Back to Scripting Documentation