Hnxml Standard
    Preparing search index...

    Interface GivePlayerUserAccount

    Give the player an existing account so they can automatically login to the specified node.

    给玩家一个已经存在的账号使得玩家可以在相关节点上自动登录。

    <GivePlayerUserAccount DelayHost="delayNode" Delay="0" TargetComp="teamHub" Username="#PLAYERNAME#"/>
    
    interface GivePlayerUserAccount {
        children?: never;
        Delay?: string;
        DelayHost?: string;
        TargetComp: string;
        Username: string;
    }
    Index

    Properties

    children?: never
    Delay?: string
    DelayHost?: string
    TargetComp: string
    Username: string