Skip to content

[Bug]: data.name2xuid() doesn't work #206

@Caldron47

Description

@Caldron47

Describe the bug

I was using TMET plugin when i noticed this issue. I tried to debug the code and found that the data.name2xuid() always returns Null. I think some of the player binding data APIs are also having this issue.

To Reproduce

log('Player Name: ', realName);
let playerXuid = data.name2xuid(realName);
log('Player XUID: ', playerXuid);

Expected behavior

name2xuid() returns the player's XUID.

Screenshots

image

Platform

Windows 10

BDS Version

1.21.50.10

LeviLamina Version

1.0.0-rc.2+321071467

LegacyScriptEngine Version

0.9.0-rc.2

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions