Background for Skyrim SE
Member of the IED script
boolfunctionSetItemScaleActor(ActorakActor, stringasPlugin, stringasName, boolabIsFemale, floatafScale)NativeGlobal

Description

Documentation Comment

clamped to 0.01 - 100


Caveats


Parameters

ActorakActor

stringasPlugin

stringasName

boolabIsFemale

floatafScale


Examples

Auto-Generated Example

Actor myActor__akActor
string myString__asPlugin
string myString__asName
bool myBool__abIsFemale
float myFloat__afScale

bool returnedValue = IED.SetItemScaleActor(myActor__akActor, myString__asPlugin, myString__asName, myBool__abIsFemale, myFloat__afScale)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.