Background for Skyrim SE
Member of the IED script
boolfunctionSetItemLoadChanceActor(ActorakActor, stringasPlugin, stringasName, boolabIsFemale, boolabEnable, floatafPercentChance)NativeGlobal


Parameters

  1. ActorakActor

  2. stringasPlugin

  3. stringasName

  4. boolabIsFemale

  5. boolabEnable

  6. floatafPercentChance


Examples

Auto-Generated Example

Actor myActor__akActor
string myString__asPlugin
string myString__asName
bool myBool__abIsFemale
bool myBool__abEnable
float myFloat__afPercentChance

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