All translations

From Vintage Story Wiki

Enter a message name below to show all available translations.

Message

Found 2 translations.

NameCurrent message text
 h English (en)Let's create our block class. When naming block scripts, it is recommended to name them in the format "{Name}Block". In the case of the trampoline, we shall name our script <code>TrampolineBlock.cs</code>. Any block class has to extend <code>Block</code>, giving it the functionality we need to access:
 h Russian (ru)Давайте создадим наш класс блока, который, конечно, должен унаследовать класс <code>Block</code>:

Давайте создадим наш класс блока. При именовании скриптов блоков рекомендуется называть их в формате "{Name}Block". В случае с батутом мы назовем наш скрипт <code>TrampolineBlock.cs</code>. Любой класс блока должен наследоваться от <code>Block</code>, предоставляющий ему необходимую нам функциональность: