Patcher.Data.Plugins.Plugin.ReserveFormId C# (CSharp) Method

ReserveFormId() public method

public ReserveFormId ( uint formId, string editorId ) : void
formId uint
editorId string
return void
        public void ReserveFormId(uint formId, string editorId)
        {
            reservedFormIds.Add(formId);
            reservedEditorIdMap.Add(editorId, formId);
        }