Modèle:AaFonctions
De DigiWiki.
(Différences entre les versions)
Ligne 5 : | Ligne 5 : | ||
*AA functions are unique & specific to Aurora-Sim Only. | *AA functions are unique & specific to Aurora-Sim Only. | ||
*They further extend LSL & OSSL functional capabilities. See the script samples below. | *They further extend LSL & OSSL functional capabilities. See the script samples below. | ||
+ | |||
+ | '''General Note''' | ||
+ | |||
+ | *Aurora-Sim utilizes botFunctions. These are used only in Aurora-Sim. | ||
+ | *OpenSim uses osNPCfunctions. '''These are unsupported in Aurora-Sim.''' | ||
+ | |||
+ | *'''What are Threat Levels ?''' See this page: [[Threat Levels]] | ||
+ | |||
+ | *''' What is AA/OS support ?''' See this page: [[Scripting/Fonctions/AaOsSupport|AA/OS support]] | ||
*[[aaSetCloudDensity]] | *[[aaSetCloudDensity]] |
Version du 24 janvier 2012 à 03:27
AA Functions Status
What are aa functions ?
- AA functions are unique & specific to Aurora-Sim Only.
- They further extend LSL & OSSL functional capabilities. See the script samples below.
General Note
- Aurora-Sim utilizes botFunctions. These are used only in Aurora-Sim.
- OpenSim uses osNPCfunctions. These are unsupported in Aurora-Sim.
- What are Threat Levels ? See this page: Threat Levels
- What is AA/OS support ? See this page: AA/OS support
- aaSetCloudDensity
- aaUpdateDatabase
- aaQueryDatabase
- aaSerializeXML
- aaDeserializeXMLKeys
- aaDeserializeXMLValues
- aaSetConeOfSilence
- aaJoinCombatTeam
- aaLeaveCombat
- aaJoinCombat
- aaGetHealth
- aaGetTeam
- aaGetTeamMembers NEW I
- aaGetLastOwner
- aaGetLastOwner
- aaSayDistance
- aaSayTo
- aaGetText
- aaGetTextColor
- aaRaiseError
- aaFreezeAvatar
- aaThawAvatar
- aaRequestCombatPermission
- aaGetWalkDisabled
- llCasaaSetWalkDisabledRa
- aaGetFlyDisabled
- aaSetFlyDisabled
- aaAvatarFullName2Key
- aaSetCharacterStat
- aaSetEnv
- llCastRa
- llCastRa
- llCastRa
- llCastRa
AA Function Examples (Aurora-Sim/AuroraDocs/AAFunctions)
- aaAvatarFullName2Key.lsl
- aaGetLastOwner.lsl
- aaGetText.lsl
- aaGetTextColor.lsl
- aaRaiseError.lsl
- aaSayDistance.lsl
- aaSayTo.lsl
- aaSetCenterOfGravity.lsl
- aaSetCloudDensity.lsl
- aaSetConeOfSilence.lsl
- aaSetEnv-Simple Anti Gravity Simulation.lsl
- aaSetEnv-Simple Gravity Repulsor.lsl
- aaSetEnv-Simple Two Point Gravity Simulation.lsl
- aaSetEnv-TimeReversalFunctions.lsl
- Combat Damage Functions.lsl
- Combat Functions.lsl
- osAddAgentToGroup.lsl
- QueryUpdate Database functions.lsl
Other Examples