C# Class HaloMap.Plugins.IFPIO.IFPFloat

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

Public Methods

Method Description
IFPFloat ( int ifpoffset, bool ifpvisible, string ifpname, string extendedDescription, int entlineNumber, int entparent, int entPrevSibling ) : System

Initializes a new instance of the IFPFloat class.

Method Details

IFPFloat() public method

Initializes a new instance of the IFPFloat class.
public IFPFloat ( int ifpoffset, bool ifpvisible, string ifpname, string extendedDescription, int entlineNumber, int entparent, int entPrevSibling ) : System
ifpoffset int The ifpoffset.
ifpvisible bool if set to true [ifpvisible].
ifpname string The ifpname.
extendedDescription string
entlineNumber int The entline number.
entparent int The entparent.
entPrevSibling int The ent prev sibling.
return System