C# Class HaloMap.Plugins.IFPIO.Ident

The ident.
Inheritance: BaseObject
Show file Open project: troymac1ure/Entity

Public Properties

Property Type Description
hasTagType bool

Public Methods

Method Description
Ident ( string ifpName, string extendedDescription, bool ifpVisible, int ifpOffset, bool ifpHasTagType, int entlineNumber, int entparent, int entPrevSibling ) : System

Initializes a new instance of the Ident class.

Method Details

Ident() public method

Initializes a new instance of the Ident class.
public Ident ( string ifpName, string extendedDescription, bool ifpVisible, int ifpOffset, bool ifpHasTagType, int entlineNumber, int entparent, int entPrevSibling ) : System
ifpName string Name of the ifp.
extendedDescription string
ifpVisible bool if set to true [ifp visible].
ifpOffset int The ifp offset.
ifpHasTagType bool if set to true [ifp has tag type].
entlineNumber int The entline number.
entparent int The entparent.
entPrevSibling int The ent prev sibling.
return System

Property Details

hasTagType public property

The has tag type.
public bool hasTagType
return bool