h1z1-server
Preparing search index...
types/savedata
FullCharacterSaveData
Interface FullCharacterSaveData
interface
FullCharacterSaveData
{
_containers
:
{
[
loadoutSlotId
:
number
]:
LoadoutContainerSaveData
}
;
_loadout
:
{
[
loadoutSlotId
:
number
]:
LoadoutItemSaveData
}
;
_resources
:
{
[
resourceId
:
number
]:
number
}
;
actorModelId
:
number
;
characterId
:
string
;
characterName
:
string
;
creationDate
:
string
;
gender
:
number
;
hairModel
:
string
;
headActor
:
string
;
isRespawning
:
boolean
;
lastDropPlayTime
:
number
;
lastLoginDate
:
string
;
metrics
:
CharacterMetricsSaveData
;
mutedCharacters
:
string
[]
;
ownerId
:
string
;
playTime
:
number
;
position
:
number
[]
;
rotation
:
number
[]
;
serverId
:
number
;
spawnGridData
:
number
[]
;
status
:
number
;
worldSaveVersion
:
number
;
}
Hierarchy (
View Summary
)
CharacterUpdateSaveData
BaseFullEntitySaveData
FullCharacterSaveData
Index
Properties
_containers
_loadout
_resources
actor
Model
Id
character
Id
character
Name
creation
Date
gender
hair
Model
head
Actor
is
Respawning
last
Drop
Play
Time
last
Login
Date
metrics
muted
Characters
owner
Id
play
Time
position
rotation
server
Id
spawn
Grid
Data
status
world
Save
Version
Properties
_containers
_containers
:
{
[
loadoutSlotId
:
number
]:
LoadoutContainerSaveData
}
_loadout
_loadout
:
{
[
loadoutSlotId
:
number
]:
LoadoutItemSaveData
}
_resources
_resources
:
{
[
resourceId
:
number
]:
number
}
actor
Model
Id
actorModelId
:
number
character
Id
characterId
:
string
character
Name
characterName
:
string
creation
Date
creationDate
:
string
gender
gender
:
number
hair
Model
hairModel
:
string
head
Actor
headActor
:
string
is
Respawning
isRespawning
:
boolean
last
Drop
Play
Time
lastDropPlayTime
:
number
last
Login
Date
lastLoginDate
:
string
metrics
metrics
:
CharacterMetricsSaveData
muted
Characters
mutedCharacters
:
string
[]
owner
Id
ownerId
:
string
play
Time
playTime
:
number
position
position
:
number
[]
rotation
rotation
:
number
[]
server
Id
serverId
:
number
spawn
Grid
Data
spawnGridData
:
number
[]
status
status
:
number
world
Save
Version
worldSaveVersion
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_containers
_loadout
_resources
actor
Model
Id
character
Id
character
Name
creation
Date
gender
hair
Model
head
Actor
is
Respawning
last
Drop
Play
Time
last
Login
Date
metrics
muted
Characters
owner
Id
play
Time
position
rotation
server
Id
spawn
Grid
Data
status
world
Save
Version
h1z1-server
Loading...