C# Class HaloMap.Plugins.IFPIO.IFPInt

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

Méthodes publiques

Свойство Type Description
entIndex Index

Méthodes publiques

Méthode Description
IFPInt ( int ifpoffset, ObjectEnum iType, bool ifpvisible, string ifpname, string extendedDescription, Index iIndex, int entlineNumber, int entparent, int entPrevSibling ) : System

Initializes a new instance of the IFPInt class.

Method Details

IFPInt() public méthode

Initializes a new instance of the IFPInt class.
public IFPInt ( int ifpoffset, ObjectEnum iType, bool ifpvisible, string ifpname, string extendedDescription, Index iIndex, int entlineNumber, int entparent, int entPrevSibling ) : System
ifpoffset int The ifpoffset.
iType ObjectEnum Type of the i.
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.
Résultat System

Property Details

entIndex public_oe property

The ent index.
public Index entIndex
Résultat Index