Property | Type | Description | |
---|---|---|---|
m_pickitMap | PickTest>.Dictionary |
Method | Description | |
---|---|---|
InitializePickit ( ) : void | ||
TestPickit ( ) : void |
Method | Description | |
---|---|---|
AddPickTest ( PickTest x, PickTest newTest ) : PickTest | ||
CombinePickSet ( PickTest x, PickTest y ) : PickTest | ||
CreatePickTest ( Item x ) : PickTest |
protected static AddPickTest ( PickTest x, PickTest newTest ) : PickTest | ||
x | PickTest | |
newTest | PickTest | |
return | PickTest |
protected static CombinePickSet ( PickTest x, PickTest y ) : PickTest | ||
x | PickTest | |
y | PickTest | |
return | PickTest |
protected static CreatePickTest ( Item x ) : PickTest | ||
x | Item | |
return | PickTest |