DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
GetSceneObjectByIndex()
SceneObject
PluginBase::GetSceneObjectByIndex
(
int
index
)
inline
private
См. определение в файле
PluginSceneManager.c
строка
1041
1042
{
1043
array<ref SceneObject> scene_objects =
GetSceneObjects
();
1044
1045
if
( scene_objects != NULL )
1046
{
1047
if
( index > -1 && index < scene_objects.Count() )
1048
{
1049
return
scene_objects.Get( index );
1050
}
1051
}
1052
1053
return
NULL;
1054
}
PluginBase::GetSceneObjects
array< ref SceneObject > GetSceneObjects()
Определения
PluginSceneManager.c:1002
Перекрестные ссылки
GetSceneObjects()
.
PluginBase
Создано системой
1.13.2