Create Wallet

Economy
Server Side
Both Mobile and PC

Create a wallet for the target player. Ineffective if the player already has a wallet.

Declaration

func CreateWallet(owner entity<Player>, target entity<Entity>, out var createdEntity entity<Wallet>)
go

Parameters

Input

Name Type Description
Owner Player Target Player
Target Entity The entity to which the wallet is bound, the owner of the wallet

Out

Name Type Description
Created Entity Wallet Wallet Entity