C# Class HaloMap.Plugins.IFPIO.Bitmask

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

Public Properties

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

Public Methods

Method 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 method

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.
return System

Property Details

bitmaskSize public_oe property

The bitmask size.
public int bitmaskSize
return int

options public_oe property

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