Dota 2 Workshop Tools/Scripting/API/CBaseFlex.GetSceneByIndex: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Dota_Lebot push: Updated Page)
(Dota_Lebot push: Updated Page)
Line 6: Line 6:




''' handle GetSceneByIndex(int ''a'') '''
''' handle GetSceneByIndex(int ''index'') '''


''Returns the instance of the scene entity at the specified index.''
''Returns the instance of the scene entity at the specified index.''
Line 19: Line 19:
|-
|-
| int
| int
| a
| index
| No Description Set
| No Description Set
|}
|}

Revision as of 13:31, 19 June 2015

Note.pngNote: This page is automatically generated. Any changes may be overwritten

Function Description

handle GetSceneByIndex(int index)

Returns the instance of the scene entity at the specified index.


Parameters

Type Name Description
int index No Description Set

Returns

handle - No Description Set