Celestia

Форк
0
/
verbosity.cel 
34 строки · 1.0 Кб
1
#  ---------------------------------------------------------------------------------------
2
#   verbosity ( level [int] )
3
#
4
#   level - Determines the mode of displaying information about the selected object.
5
#           The mode must be specified by an integer value (int) from 0 to 3:
6
#              0 - Information display is disabled;
7
#              1 - Short information display;
8
#              2 - Detailed information display;
9
#              3 - Very detailed information display.
10
#  ---------------------------------------------------------------------------------------
11

12
{
13
select { object "Sol/Mars" }
14
follow {}
15
gotolonglat { time 5 longitude 0 latitude 0 distance 5.5 }
16
wait { duration 5 }
17
wait { duration 2 }
18
verbosity { level 0 }
19
wait { duration 6 }
20

21

22
verbosity { level 1 }
23
wait { duration 4 }
24

25
verbosity { level 2 }
26
wait { duration 4 }
27

28
verbosity { level 3 }
29
wait { duration 4 }
30

31
verbosity { level 2 }
32
print { origin "bottomleft" row -5 column 2 duration 5 text "End of script (default information display mode is set)..." }
33
wait { duration 5 }
34
}
35

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.