Background for Skyrim SE
Member of the PapyrusUtil script
Form[]functionRemoveForm(Form[]ArrayValues, FormToRemove)NativeGlobal


Parameters

  1. Form[]ArrayValues

  2. FormToRemove


Examples

Auto-Generated Example

Form[] myFormArray__ArrayValues
Form myForm__ToRemove

Form[] returnedValue = PapyrusUtil.RemoveForm(myFormArray__ArrayValues, myForm__ToRemove)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.