OSSL Constants
From OpenSimulator
(Difference between revisions)
(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] | + | === Additional constants to the LSL functions/events === |
+ | |||
+ | ==== [http://wiki.secondlife.com/wiki/Changed changed() event] ==== | ||
{| cellspacing="0" cellpadding="5" border="1" align="centre" class="sortable" | {| cellspacing="0" cellpadding="5" border="1" align="centre" class="sortable" | ||
Line 16: | Line 18: | ||
|} | |} | ||
+ | |||
+ | ==== [http://wiki.secondlife.com/wiki/LlDetectedType llDetectedType()] and [http://wiki.secondlife.com/wiki/LlSensor llSensor()] ==== | ||
{| cellspacing="0" cellpadding="5" border="1" align="centre" class="sortable" | {| cellspacing="0" cellpadding="5" border="1" align="centre" class="sortable" | ||
|- | |- | ||
− | | '''Constant Name''' || '''Value''' || ''' | + | | '''Constant Name''' || '''Value''' || '''Description''' |
|- | |- | ||
− | | [[OSSL Constants/ | + | | [[OSSL Constants/OS_NPC|OS_NPC]] || 0x01000000 ||Target is [[OSSLNPC|NPC]]. Use this instead of NPC ([http://justincc.org/blog/2012/07/25/this-week-in-opensim-dev-week-ending-21st-july-2012/ Justincc's blog]) |
+ | |} | ||
+ | |||
+ | |||
+ | {| cellspacing="0" cellpadding="5" border="1" align="centre" class="sortable" | ||
+ | |- | ||
+ | | '''Constant Name''' || '''Value''' || '''Notes''' | ||
|- | |- | ||
| [[OSSL Constants/STATS TIME DILATION|STATS_TIME_DILATION]] || 0 || osGetRegionStats | | [[OSSL Constants/STATS TIME DILATION|STATS_TIME_DILATION]] || 0 || osGetRegionStats |
Revision as of 18:26, 17 November 2012
Contents |
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 the LSL functions/events
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. |
llDetectedType() and llSensor()
Constant Name | Value | Description |
OS_NPC | 0x01000000 | Target is NPC. Use this instead of NPC (Justincc's blog) |
Back to Scripting Documentation