C# Class HaloMap.Plugins.IFPIO.SID

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

Méthodes publiques

Méthode Description
SID ( string ifpName, string extendedDescription, bool ifpVisible, int ifpOffset, int entlineNumber, int entparent, int entPrevSibling ) : System

Initializes a new instance of the SID class.

Method Details

SID() public méthode

Initializes a new instance of the SID class.
public SID ( string ifpName, string extendedDescription, bool ifpVisible, int ifpOffset, 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.
entlineNumber int The entline number.
entparent int The entparent.
entPrevSibling int The ent prev sibling.
Résultat System