public static void FillBinaryStructs( IAnimationSoundTagSetInternal item, MutagenFrame frame) { Fallout4MajorRecordBinaryCreateTranslation.FillBinaryStructs( item: item, frame: frame); }
public static void CopyInFromBinary( this IAnimationSoundTagSetInternal item, MutagenFrame frame, RecordTypeConverter?recordTypeConverter = null) { ((AnimationSoundTagSetSetterCommon)((IAnimationSoundTagSetGetter)item).CommonSetterInstance() !).CopyInFromBinary( item: item, frame: frame, recordTypeConverter: recordTypeConverter); }
public static void CopyInFromBinary( this IAnimationSoundTagSetInternal item, MutagenFrame frame, TypedParseParams?translationParams = null) { ((AnimationSoundTagSetSetterCommon)((IAnimationSoundTagSetGetter)item).CommonSetterInstance() !).CopyInFromBinary( item: item, frame: frame, translationParams: translationParams); }
public virtual void CopyInFromBinary( IAnimationSoundTagSetInternal item, MutagenFrame frame, RecordTypeConverter?recordTypeConverter = null) { UtilityTranslation.MajorRecordParse <IAnimationSoundTagSetInternal>( record: item, frame: frame, recordTypeConverter: recordTypeConverter, fillStructs: AnimationSoundTagSetBinaryCreateTranslation.FillBinaryStructs, fillTyped: AnimationSoundTagSetBinaryCreateTranslation.FillBinaryRecordTypes); }
public virtual void CopyInFromBinary( IAnimationSoundTagSetInternal item, MutagenFrame frame, TypedParseParams?translationParams = null) { PluginUtilityTranslation.MajorRecordParse <IAnimationSoundTagSetInternal>( record: item, frame: frame, translationParams: translationParams, fillStructs: AnimationSoundTagSetBinaryCreateTranslation.FillBinaryStructs, fillTyped: AnimationSoundTagSetBinaryCreateTranslation.FillBinaryRecordTypes); }
public static void DeepCopyIn( this IAnimationSoundTagSetInternal lhs, IAnimationSoundTagSetGetter rhs, ErrorMaskBuilder?errorMask, TranslationCrystal?copyMask) { ((AnimationSoundTagSetSetterTranslationCommon)((IAnimationSoundTagSetGetter)lhs).CommonSetterTranslationInstance() !).DeepCopyIn( item: lhs, rhs: rhs, errorMask: errorMask, copyMask: copyMask, deepCopy: false); }
public void DeepCopyIn( IAnimationSoundTagSetInternal item, IAnimationSoundTagSetGetter rhs, ErrorMaskBuilder?errorMask, TranslationCrystal?copyMask, bool deepCopy) { base.DeepCopyIn( item, rhs, errorMask, copyMask, deepCopy: deepCopy); }
public static void DeepCopyIn( this IAnimationSoundTagSetInternal lhs, IAnimationSoundTagSetGetter rhs, out AnimationSoundTagSet.ErrorMask errorMask, AnimationSoundTagSet.TranslationMask?copyMask = null) { var errorMaskBuilder = new ErrorMaskBuilder(); ((AnimationSoundTagSetSetterTranslationCommon)((IAnimationSoundTagSetGetter)lhs).CommonSetterTranslationInstance() !).DeepCopyIn( item: lhs, rhs: rhs, errorMask: errorMaskBuilder, copyMask: copyMask?.GetCrystal(), deepCopy: false); errorMask = AnimationSoundTagSet.ErrorMask.Factory(errorMaskBuilder); }
public void Clear(IAnimationSoundTagSetInternal item) { ClearPartial(); base.Clear(item); }
public static void Clear(this IAnimationSoundTagSetInternal item) { ((AnimationSoundTagSetSetterCommon)((IAnimationSoundTagSetGetter)item).CommonSetterInstance() !).Clear(item: item); }