Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
PlayFab
ServerModels
DeleteCharacterFromUserRequest
C# Class PlayFab.ServerModels.DeleteCharacterFromUserRequest
Inheritance:
PlayFabRequestCommon
Mostrar archivo
Open project: PlayFab/PlayFabGameServer
Class Usage Examples
Public Properties
Property
Type
Description
CharacterId
string
PlayFabId
string
SaveCharacterInventory
bool
Property Details
CharacterId
public_oe property
Unique PlayFab assigned ID for a specific character owned by a user
public
string
CharacterId
return
string
PlayFabId
public_oe property
Unique PlayFab assigned ID of the user on whom the operation will be performed.
public
string
PlayFabId
return
string
SaveCharacterInventory
public_oe property
If true, the character's inventory will be transferred up to the owning user; otherwise, this request will purge those items.
public
bool
SaveCharacterInventory
return
bool