Background for Skyrim SE
Member of the PerkEntryPointExtender script
intfunctionValidateHandle(inthandle)NativeGlobal

Description

Documentation Comment

Checks if a handle is valid and returns either it or a new handle id


Caveats


Parameters

inthandle


Examples

Auto-Generated Example

int myInt__handle

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