C# Class HaloMap.Plugins.IFPIO.Index

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

Méthodes publiques

Свойство Type Description
ItemOffset int
ItemType string
ReflexiveOffset int
ReflexiveSize int
lineNumber int
nulled bool
reflexiveLayer string
reflexiveTagName string
reflexiveTagType string

Méthodes publiques

Méthode Description
Index ( string ifpReflexiveOffset, string ifpReflexiveSize, string ifpItemOffset, string ENTItemType, string Layer, int linenumber ) : System
Index ( string ifpReflexiveOffset, string ifpReflexiveSize, string ifpItemOffset, string ENTItemType, string Layer, string TagType, string TagName, int linenumber ) : System

Initializes a new instance of the Index class.

Method Details

Index() public méthode

public Index ( string ifpReflexiveOffset, string ifpReflexiveSize, string ifpItemOffset, string ENTItemType, string Layer, int linenumber ) : System
ifpReflexiveOffset string
ifpReflexiveSize string
ifpItemOffset string
ENTItemType string
Layer string
linenumber int
Résultat System

Index() public méthode

Initializes a new instance of the Index class.
public Index ( string ifpReflexiveOffset, string ifpReflexiveSize, string ifpItemOffset, string ENTItemType, string Layer, string TagType, string TagName, int linenumber ) : System
ifpReflexiveOffset string The ifp reflexive offset.
ifpReflexiveSize string Size of the ifp reflexive.
ifpItemOffset string The ifp item offset.
ENTItemType string Type of the ENT item.
Layer string The layer.
TagType string
TagName string
linenumber int The linenumber.
Résultat System

Property Details

ItemOffset public_oe property

The item offset.
public int ItemOffset
Résultat int

ItemType public_oe property

The item type.
public string ItemType
Résultat string

ReflexiveOffset public_oe property

The reflexive offset.
public int ReflexiveOffset
Résultat int

ReflexiveSize public_oe property

The reflexive size.
public int ReflexiveSize
Résultat int

lineNumber public_oe property

The line number.
public int lineNumber
Résultat int

nulled public_oe property

The nulled.
public bool nulled
Résultat bool

reflexiveLayer public_oe property

The reflexive layer.
public string reflexiveLayer
Résultat string

reflexiveTagName public_oe property

The base tag name (for external tag listings)
public string reflexiveTagName
Résultat string

reflexiveTagType public_oe property

The base tag type (for external tag listings)
public string reflexiveTagType
Résultat string