Show / Hide Table of Contents

Class PlayerPositionData_v1

Inheritance
Object
PlayerPositionData_v1
Namespace: DaggerfallWorkshop.Game.Serialization
Assembly: Assembly-CSharp.dll
Syntax
[fsObject("v1", new Type[]{})]
public class PlayerPositionData_v1

Fields

| Improve this Doc View Source

buildingDiscoveryData

Declaration
public PlayerGPS.DiscoveredBuilding buildingDiscoveryData
Field Value
Type Description
PlayerGPS.DiscoveredBuilding
| Improve this Doc View Source

exteriorDoors

Declaration
public StaticDoor[] exteriorDoors
Field Value
Type Description
StaticDoor[]
| Improve this Doc View Source

floatingOriginVersion

Declaration
public int floatingOriginVersion
Field Value
Type Description
Int32
| Improve this Doc View Source

insideBuilding

Declaration
public bool insideBuilding
Field Value
Type Description
Boolean
| Improve this Doc View Source

insideDungeon

Declaration
public bool insideDungeon
Field Value
Type Description
Boolean
| Improve this Doc View Source

insideOpenShop

Declaration
public bool insideOpenShop
Field Value
Type Description
Boolean
| Improve this Doc View Source

insideResidence

Declaration
public bool insideResidence
Field Value
Type Description
Boolean
| Improve this Doc View Source

insideTavern

Declaration
public bool insideTavern
Field Value
Type Description
Boolean
| Improve this Doc View Source

isCrouching

Declaration
public bool isCrouching
Field Value
Type Description
Boolean
| Improve this Doc View Source

pitch

Declaration
public float pitch
Field Value
Type Description
Single
| Improve this Doc View Source

position

Declaration
public Vector3 position
Field Value
Type Description
Vector3
| Improve this Doc View Source

smallerDungeonsState

Declaration
public QuestSmallerDungeonsState smallerDungeonsState
Field Value
Type Description
QuestSmallerDungeonsState
| Improve this Doc View Source

terrainSamplerName

Declaration
public string terrainSamplerName
Field Value
Type Description
String
| Improve this Doc View Source

terrainSamplerVersion

Declaration
public int terrainSamplerVersion
Field Value
Type Description
Int32
| Improve this Doc View Source

weather

Declaration
public WeatherType weather
Field Value
Type Description
WeatherType
| Improve this Doc View Source

worldCompensation

Declaration
public Vector3 worldCompensation
Field Value
Type Description
Vector3
| Improve this Doc View Source

worldContext

Declaration
public WorldContext worldContext
Field Value
Type Description
WorldContext
| Improve this Doc View Source

worldPosX

Declaration
public int worldPosX
Field Value
Type Description
Int32
| Improve this Doc View Source

worldPosZ

Declaration
public int worldPosZ
Field Value
Type Description
Int32
| Improve this Doc View Source

yaw

Declaration
public float yaw
Field Value
Type Description
Single
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX