C# Class HaloMap.Plugins.IFPIO.IFPEnum

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

Public Properties

Property Type Description
enumSize int
options HaloMap.Plugins.IFPIO.Option[]

Public Methods

Method Description
IFPEnum ( int ifpoffset, bool ifpvisible, string ifpname, string extendedDescription, IFPIO ifpoptions, int ifpsize, int entlineNumber, int entparent, int entPrevSibling ) : System

Initializes a new instance of the IFPEnum class.

Method Details

IFPEnum() public method

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

Property Details

enumSize public_oe property

The enum size.
public int enumSize
return int

options public_oe property

The options.
public IFPIO.Option[],HaloMap.Plugins options
return HaloMap.Plugins.IFPIO.Option[]