Modèle:AaFonctions
De DigiWiki.
(Différences entre les versions)
Ligne 48 : | Ligne 48 : | ||
*[[aaSetCharacterStat]] | *[[aaSetCharacterStat]] | ||
*[[aaSetEnv]] | *[[aaSetEnv]] | ||
- | |||
- | |||
- | |||
- | |||
</ul> | </ul> | ||
Version du 25 janvier 2012 à 06:43
Aa
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
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