Difference between revisions of "LSL Useful Function WishList/es"

From Second Life Wiki
Jump to navigation Jump to search
(New page: {{Multi-lang}} {{LSL Header}} __NOTOC__ NOTA: Sírvase añadir pedidos futuros en la página [http://jira.secondlife.com/ JIRA] y crear enlaces cruzados entre el wiki y JIRA para votar y ...)
 
Line 190: Line 190:
{{LSLG|Transferencia de dinero denegada por evento fuera de plazo (stale)}}
{{LSLG|Transferencia de dinero denegada por evento fuera de plazo (stale)}}


{{LSLG|Nestable lists}}
{{LSLG|Listas anidables}}


{{LSLG|Nesting of Child Prims in a Parent}}
{{LSLG|Anidamiento o agrupamiento de Prims hijos en un padre}}

Revision as of 06:42, 6 March 2008

NOTA: Sírvase añadir pedidos futuros en la página JIRA y crear enlaces cruzados entre el wiki y JIRA para votar y asignación a proyectos.

A

llAddToEstateBanList

llAddCameraView

C

llDetectedDrop?

evento: Dropped

(Para prevenir bombardeos no solicitados de objetos con llAllowInvenoryDrop) CHANGED_ALLOWED_DROP

llChangeLandPassPrice

llChildPrims2List

D

llDetectedFace

E

llExecuteMenuCommand

F

llForeach

llFrandom

G

llGetAgentHealth

llGetAgentPreferedLanguage

llGetAvatarKeysOnEstate

llGetAvatarKeysOnParcel

llGetCreatorKey

llGetEstateBanList

llGetGender

llGetGroup

llGetGroupTitle

llGetInventoryDesc

llGetLinkPrimitiveParams

llGetMyAccountBalance

llGetNotecard

llGetParcelBanList

llGetParcelPopulation

llGetPrice

llGetRegionPopulation

llGetScriptCreatorKey - use llGetInventoryCreator(llGetScriptName()) en vez de llGetWorldPopulation

I

llInstantMessageGroup

llInviteToGroup

llIsValidIntegerString

llIsValidFloatString

llIsValidVectorString

llIsValidRotationString

L

llLBETMB

M

llMapTouch

N

llName2Key

O

llOnRegionReset

OverParcel

on_error

P

llPizza

llPosition_change

R

llRaiseError

llRemoveFromEstateBanList

llRequestClientData

llReturnObject

llReturnOwnersObjects

llRotateAgent

llRequestPermissions(llGetOwner(), PERMISSION_REFUND);

S

llSetLinkMotorParam

llSetCOG

llSetNotecard

llSoundex

llSpeakText

llSpeech2Text

llSpeech2TextRemove

llStringUTF16ToUTF8

llSayWithinRange

llSetSunDirection

llSetWaterMark

llSetTouch

stopwatch(float precision_time)

llSayTo

T

llTargetOffsetOmega

llTeleportAgent

llTriggerLandmark

llTrackTouches

llTreeSystem

W

llWriteToNotecard

Otras Funcionalidades

Bloquear comentarios

Paradas de tabulador verdaderas

Código Plegable

Scripting en Ventana

Instrucción Switch

Colección

Evento: Unrez / Delete

Condicionales

Variables de Estado

Orientación de Objecto conocida como OOP o OO

Varios aspectos de C++ deben ser implementados en LSL, Clases, Declaraciones de Switch, indicadores, etc.

Recibir mensajes instantáneos

Transferencia de dinero denegada por evento fuera de plazo (stale)

Listas anidables

Anidamiento o agrupamiento de Prims hijos en un padre