C# Class HaloMap.Meta.Meta.Item

The item.
Afficher le fichier Open project: troymac1ure/Entity Class Usage Examples

Méthodes publiques

Свойство Type Description
child int
description string
intag int
intagname string
intagtype string
mapOffset int
offset int
parent int
sibling int
type ItemType

Property Details

child public_oe property

The child.
public int child
Résultat int

description public_oe property

The description.
public string description
Résultat string

intag public_oe property

The intag.
public int intag
Résultat int

intagname public_oe property

The intagname.
public string intagname
Résultat string

intagtype public_oe property

The intagtype.
public string intagtype
Résultat string

mapOffset public_oe property

The map offset.
public int mapOffset
Résultat int

offset public_oe property

The offset.
public int offset
Résultat int

parent public_oe property

The parent.
public int parent
Résultat int

sibling public_oe property

The sibling.
public int sibling
Résultat int

type public_oe property

The type.
public ItemType type
Résultat ItemType