3 вопроса =)
Moderators: Murderator+, Murderator
Code: Select all
uo.say( chr( 27 ) ) ; esc
uo.say( chr( 17 ) ) ; ctrl
uo.say( chr( 18 ) ) ; alt
uo.say( chr( 16 ) ) ; shift
uo.say( chr( 13 ) ) ; enter
-
- Junior Expert
- Posts: 3221
- Joined: 2004-06-24 22:08:56
Можно пользовать uopilot..
YokoInjection CodeSweeper
Function not found?
Possession of mathematics at the level of art - a gift that is only available for election.
Sorry for my clumsy English.
Telegram: @tatikom
Function not found?
Possession of mathematics at the level of art - a gift that is only available for election.
Sorry for my clumsy English.
Telegram: @tatikom
а какую функцию выполняет в скрипте?
Code: Select all
return
-
- Junior Expert
- Posts: 3221
- Joined: 2004-06-24 22:08:56
return не выполняет функцию, а возвращает данные из функции и соответственно завершает исполнение функции.
simple exmaple:
simple exmaple:
Code: Select all
sub main()
uo.print( test() )
endsub
sub test()
return "Hello World !"
endsub
YokoInjection CodeSweeper
Function not found?
Possession of mathematics at the level of art - a gift that is only available for election.
Sorry for my clumsy English.
Telegram: @tatikom
Function not found?
Possession of mathematics at the level of art - a gift that is only available for election.
Sorry for my clumsy English.
Telegram: @tatikom
-
- Junior Expert
- Posts: 3221
- Joined: 2004-06-24 22:08:56
uo.objAtLayer()
YokoInjection CodeSweeper
Function not found?
Possession of mathematics at the level of art - a gift that is only available for election.
Sorry for my clumsy English.
Telegram: @tatikom
Function not found?
Possession of mathematics at the level of art - a gift that is only available for election.
Sorry for my clumsy English.
Telegram: @tatikom