ShardName
Returns the name of the shard the character is currently connected to (or was last connected to).
The shard name corresponds to the name configured in the Stealth profile settings.
Возвращает имя шарда, к которому персонаж сейчас подключён (или был подключён последним).
Имя шарда соответствует имени, заданному в настройках профиля Stealth.
function ShardName: String;
def ShardName() -> str: ...
begin
AddToSystemJournal('Connected to shard: ' + ShardName);
end.
AddToSystemJournal(f'Connected to shard: {ShardName()}')