GetStolenItemValueCrime - Faction
From Creation Kit
Revision as of 2011-10-18T16:27:03 by Rhavlovick (Talk | contribs)
Member of: Faction Script
Get the value of all items stolen by the player from this faction that was witnessed.
Contents |
Syntax
int Function GetStolenItemValueCrime() native
Parameters
None.
Return Value
The value of all items stolen by the player from this faction that was witnessed.
Examples
; Get the value of items stolen from the Evil Corporation that they witnessed int itemValue = EvilCorporationFaction.GetStolenItemValueCrime()

