Modding:TreeAttribute/ru: Revision history

From Vintage Story Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

5 December 2023

21 September 2022

  • curprev 05:4905:49, 21 September 2022Mirotworez talk contribs 2,294 bytes +11 Created page with "// Set the value tree.SetFloat(someKey, someValue); // Retrieve the value tree.GetFloat(someKey); } } </syntaxhighlight> Документацию..."
  • curprev 05:4905:49, 21 September 2022Mirotworez talk contribs 2,283 bytes +9 Created page with "== Пример в коде == <syntaxhighlight lang="c#"> using Vintagestory.API.Datastructures;"
  • curprev 05:4905:49, 21 September 2022Mirotworez talk contribs 2,274 bytes +267 Created page with "Чтобы использовать TreeAttribute, добавьте оператор using для '''Vintagestory.API.Datastructures'''.<br><br> == Использовать в..."
  • curprev 05:4905:49, 21 September 2022Mirotworez talk contribs 2,007 bytes +154 Created page with "Кроме того, вы можете хранить данные как <code>byte[]</code>, если они не поддерживаются самим TreeAttribute (дл..."
  • curprev 05:4805:48, 21 September 2022Mirotworez talk contribs 1,853 bytes +237 Created page with "TreeAttribute — это вложенная структура данных, основной целью которой является хранение данных. Он м..."