C# 클래스 HaloMap.Plugins.IFPIO.Unknown

The unknown.
상속: BaseObject
파일 보기 프로젝트 열기: troymac1ure/Entity

공개 메소드들

메소드 설명
Unknown ( int ifpoffset, bool ifpvisible, string ifpname, string extendedDescription, int entlineNumber, int entparent, int entPrevSibling ) : System

Initializes a new instance of the Unknown class.

메소드 상세

Unknown() 공개 메소드

Initializes a new instance of the Unknown class.
public Unknown ( 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.
리턴 System