C# Class HaloMap.Plugins.IFPIO.Index

The index.
Show file Open project: troymac1ure/Entity Class Usage Examples

Public Properties

Property Type Description
ItemOffset int
ItemType string
ReflexiveOffset int
ReflexiveSize int
lineNumber int
nulled bool
reflexiveLayer string
reflexiveTagName string
reflexiveTagType string

Public Methods

Method 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 method

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
return System

Index() public method

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.
return System

Property Details

ItemOffset public property

The item offset.
public int ItemOffset
return int

ItemType public property

The item type.
public string ItemType
return string

ReflexiveOffset public property

The reflexive offset.
public int ReflexiveOffset
return int

ReflexiveSize public property

The reflexive size.
public int ReflexiveSize
return int

lineNumber public property

The line number.
public int lineNumber
return int

nulled public property

The nulled.
public bool nulled
return bool

reflexiveLayer public property

The reflexive layer.
public string reflexiveLayer
return string

reflexiveTagName public property

The base tag name (for external tag listings)
public string reflexiveTagName
return string

reflexiveTagType public property

The base tag type (for external tag listings)
public string reflexiveTagType
return string