All translations

From Vintage Story Wiki

Enter a message name below to show all available translations.

Message

Found one translation.

NameCurrent message text
 h English (en)<syntaxhighlight lang="c#">
       private void OnPlayerJoin(IServerPlayer byPlayer)
       {
           Block firebrickblock = api.World.GetBlock(new AssetLocation("claybricks-fire"));
           ushort blockId = firebrickblock.BlockId;
       }
</syntaxhighlight>