Background for Skyrim SE
Member of the PerkEntryPointExtender script
intfunctionSetHandleItemForm(inthandle, stringname, Formvalue)NativeGlobal

Description

Documentation Comment

Sets a handle field to be a specific form value.


Caveats


Parameters

inthandle

stringname

Formvalue


Examples

Auto-Generated Example

int myInt__handle
string myString__name
Form myForm__value

int returnedValue = PerkEntryPointExtender.SetHandleItemForm(myInt__handle, myString__name, myForm__value)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.