C# Class HaloMap.Plugins.IFPIO.Index

The index.
Mostrar archivo 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_oe property

The item offset.
public int ItemOffset
return int

ItemType public_oe property

The item type.
public string ItemType
return string

ReflexiveOffset public_oe property

The reflexive offset.
public int ReflexiveOffset
return int

ReflexiveSize public_oe property

The reflexive size.
public int ReflexiveSize
return int

lineNumber public_oe property

The line number.
public int lineNumber
return int

nulled public_oe property

The nulled.
public bool nulled
return bool

reflexiveLayer public_oe property

The reflexive layer.
public string reflexiveLayer
return string

reflexiveTagName public_oe property

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

reflexiveTagType public_oe property

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