FFACETools.FFACE.GetSearchSubJob C# (CSharp) Method

GetSearchSubJob() private method

private GetSearchSubJob ( int instanceID, short index ) : Job
instanceID int
index short
return Job
        private static extern Job GetSearchSubJob(int instanceID, short index);
FFACE