C# Class HaloMap.Plugins.IFPIO.Bitmask

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

Méthodes publiques

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

Méthodes publiques

Méthode Description
Bitmask ( int ifpoffset, bool ifpvisible, string ifpname, string extendedDescription, Option ifpoptions, int ifpsize, int entlineNumber, int entparent, int entPrevSibling ) : System

Initializes a new instance of the Bitmask class.

Method Details

Bitmask() public méthode

Initializes a new instance of the Bitmask class.
public Bitmask ( int ifpoffset, bool ifpvisible, string ifpname, string extendedDescription, Option 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 Option 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

bitmaskSize public_oe property

The bitmask size.
public int bitmaskSize
Résultat int

options public_oe property

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