Difference between revisions of "LlGetListEntryType"

From Second Life Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
{{LSLFunctionAll|func_id=194|func_sleep=0.0|func_energy=10.0|func=llGetListEntryType|return_type=integer|p1_type=list|p1_name=src|p2_type=integer|p2_name=index|func_footnote=Returns the type of the index entry in the list<br />(TYPE_INTEGER, TYPE_FLOAT, TYPE_STRING, TYPE_KEY, TYPE_VECTOR, TYPE_ROTATION, or TYPE_INVALID if index is off list)|return_text|spec|caveats|examples|helpers|related|also|notes}}[[Category:LSL_Functions]][[Category:LSL_Stub]]
{{LSL_Function
|func_id=194|func_sleep=0.0|func_energy=10.0
|func=llGetListEntryType|return_type=integer
|p1_type=list|p1_name=src
|p2_type=integer|p2_name=index
|func_footnote=If '''index''' is invalid then {{LSLG|TYPE_INVALID}} is returned.
|func_desc
|return_text=that is the type of the entry '''index''' in '''src'''.
|spec
|caveats
|constants={{{!}}
!Type
!Value
{{!}}-
{{!}}{{LSLG|TYPE_INVALID}}
{{!}}0
{{!}}-
{{!}}{{LSLG|TYPE_INTEGER}}
{{!}}1
{{!}}-
{{!}}{{LSLG|TYPE_FLOAT}}
{{!}}2
{{!}}-
{{!}}{{LSLG|TYPE_STRING}}
{{!}}3
{{!}}-
{{!}}{{LSLG|TYPE_KEY}}
{{!}}4
{{!}}-
{{!}}{{LSLG|TYPE_VECTOR}}
{{!}}5
{{!}}-
{{!}}{{LSLG|TYPE_ROTATION}}
{{!}}6
{{!}}}
|examples
|helpers
|also_functions
|also_events
|also_tests
|also_articles
|notes
|permission
|negative_index=true
|sort=GetListEntryType
|cat1=List
|cat2
|cat3
|cat4
}}

Revision as of 13:39, 10 February 2007