Modding:Adding Block Behavior/ru: Difference between revisions

From Vintage Story Wiki
(Created page with "== Разбор свойств ==")
Tags: Mobile edit Mobile web edit
(Created page with "Для того чтобы разобраться со специальными свойствами, существует метод <code>Initialize(JsonObject)</code>. Каждый blocktype создает новый экземпляр поведения, поэтому этот метод можно использовать для разбора свойств.")
Line 113: Line 113:
== Разбор свойств ==  
== Разбор свойств ==  


In order to take care of special properties there is a method called <code>Initialize(JsonObject)</code>. Each blocktype creates a new instance of the behavior, so the method can be used to parse the properties.
Для того чтобы разобраться со специальными свойствами, существует метод <code>Initialize(JsonObject)</code>. Каждый blocktype создает новый экземпляр поведения, поэтому этот метод можно использовать для разбора свойств.


So what kind of properties could we add?
So what kind of properties could we add?