C# Class HaloMap.Plugins.IFPIO.IFPEnum

The ifp enum.
Inheritance: BaseObject
Afficher le fichier Open project: troymac1ure/Entity

Méthodes publiques

Свойство Type Description
enumSize int
options HaloMap.Plugins.IFPIO.Option[]

Méthodes publiques

Méthode 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 méthode

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.
Résultat System

Property Details

enumSize public_oe property

The enum size.
public int enumSize
Résultat int

options public_oe property

The options.
public IFPIO.Option[],HaloMap.Plugins options
Résultat HaloMap.Plugins.IFPIO.Option[]