Description
Wiki Description
Get the value of all items stolen by the player from this faction that was witnessed.
Documentation Comment
Obtains the value of all items stolen by the player from this faction that was witnessed
Caveats
Examples
; Get the value of items stolen from the Evil Corporation that they witnessed
int itemValue = EvilCorporationFaction.GetStolenItemValueCrime()Auto-Generated Example
int returnedValue = myFaction__toCallFunctionOn.GetStolenItemValueCrime()