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

From Second Life Wiki
Jump to navigation Jump to search
(New page: __NOTOC__ {{Multi-lang}}{{LSL Header/ja}} NOTE: Please also add your feature requests to the [http://jira.secondlife.com/ JIRA] and create crosslinks between the wiki and the JIRA for voti...)
 
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{Multi-lang}}{{LSL Header/ja}}
{{Multi-lang}}{{LSL Header/ja}}
NOTE: Please also add your feature requests to the [http://jira.secondlife.com/ JIRA] and create crosslinks between the wiki and the JIRA for voting, and assignment to projects.
ノート: JIRAにも機能の要望を入れて、投票とプロジェクトに割り当てるためにWikiとJIRAをつなぐリンクを作成してください。


==A==
==A==
Line 13: Line 13:
event: Dropped
event: Dropped


(To prevent spamming of objects with llAllowInvenoryDrop)
(To prevent spamming of objects with llAllowInvenoryDropによるオブジェクトへのスパムを防止するため)
[[CHANGED_ALLOWED_DROP]]
[[CHANGED_ALLOWED_DROP]]


Line 161: Line 161:
{{LSLG|llWriteToNotecard}}
{{LSLG|llWriteToNotecard}}


==Other functionality==
==その他の機能==
{{LSLG|Block comments}}
{{LSLG|範囲コメント}}


{{LSLG|True tab-stops}}
{{LSLG|タブストップの許可}}


{{LSLG|Code Folding}}
{{LSLG|コード折りたたみ}}


{{LSLG|Windowed Scripting}}
{{LSLG|別のウィンドウ上での編集}}


{{LSLG|Switch Statement}}
{{LSLG|Switch ステートメント}}


{{LSLG|Array}}
{{LSLG|配列}}


{{LSLG|on_unrez|Event: Unrez / Delete}}
{{LSLG|on_unrez|Event: Unrez / Delete}}


{{LSLG|Conditionals}}
{{LSLG|条件文}}


{{LSLG|State variables}}
{{LSLG|様々なステート}}


{{LSLG|Object Orientation aka OOP or OO}}
{{LSLG|オブジェクト指向もしくはオブジェクト指向プログラミング}}


{{LSLG|Various C++ aspects should be implemented in LSL, Classes, Switch Statements, pointers, etc.}}
{{LSLG|様々なC++の、Class、Switch ステートメント、ポインタもしくはその他のような機能をLSLにも実装すべきでしょう}}


{{LSLG|Receive instant messages}}
{{LSLG|インスタントメッセージの受信}}


{{LSLG|money transfer denied for stale Event}}
{{LSLG|窃盗防止のための金銭振込み拒否イベント}}


{{LSLG|Nestable lists}}
{{LSLG|入れ子可能なリスト}}


{{LSLG|Nesting of Child Prims in a Parent}}
{{LSLG|親プリムの中での個プリムの入れ子}}

Revision as of 23:07, 27 December 2007

ノート: JIRAにも機能の要望を入れて、投票とプロジェクトに割り当てるためにWikiとJIRAをつなぐリンクを作成してください。

A

llAddToEstateBanList

llAddCameraView

C

llDetectedDrop?

event: Dropped

(To prevent spamming of objects with 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()) instead 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

その他の機能

範囲コメント

タブストップの許可

コード折りたたみ

別のウィンドウ上での編集

Switch ステートメント

配列

Event: Unrez / Delete

条件文

様々なステート

オブジェクト指向もしくはオブジェクト指向プログラミング

様々なC++の、Class、Switch ステートメント、ポインタもしくはその他のような機能をLSLにも実装すべきでしょう

インスタントメッセージの受信

窃盗防止のための金銭振込み拒否イベント

入れ子可能なリスト

親プリムの中での個プリムの入れ子