- Found in:
- SKSE
Description
Wiki Description
This Function will set a ObjectReference's charge to the specified amount.
Caveats
CK Wiki - Notes
- This function can only be run on items outside of containers, as when they are put into containers member functions cannot be called on them.
Parameters
floatcharge
Examples
No human-generated examples found for this function.
Auto-Generated Example
float myFloat__charge
myObjectReference__toCallFunctionOn.SetItemCharge(myFloat__charge)