C# Class HaloMap.Plugins.IFPIO.IFPByte

The ifp byte.
Inheritance: BaseObject
Mostrar archivo Open project: troymac1ure/Entity

Public Properties

Property Type Description
entIndex Index

Public Methods

Method Description
IFPByte ( int ifpoffset, bool ifpvisible, string ifpname, string extendedDescription, Index iIndex, int entlineNumber, int entparent, int entPrevSibling ) : System

Initializes a new instance of the IFPByte class.

Method Details

IFPByte() public method

Initializes a new instance of the IFPByte class.
public IFPByte ( int ifpoffset, bool ifpvisible, string ifpname, string extendedDescription, Index iIndex, int entlineNumber, int entparent, int entPrevSibling ) : System
ifpoffset int The ifpoffset.
ifpvisible bool if set to true [ifpvisible].
ifpname string The ifpname.
extendedDescription string
iIndex Index Index of the i.
entlineNumber int The entline number.
entparent int The entparent.
entPrevSibling int The ent prev sibling.
return System

Property Details

entIndex public_oe property

The ent index.
public Index entIndex
return Index