GetStolenItemValueNoCrime - Faction

From the CreationKit Wiki
Jump to navigation Jump to search

Member of: Faction Script

Get the value of all items stolen by the player from this faction that was not witnessed.

Syntax[edit | edit source]

int Function GetStolenItemValueNoCrime() native

Parameters[edit | edit source]

None.

Return Value[edit | edit source]

The value of all items stolen by the player from this faction that was not witnessed.

Examples[edit | edit source]

; Get the value of items stolen from the Evil Corporation that they didn't witness
int itemValue = EvilCorporationFaction.GetStolenItemValueNoCrime()

See Also[edit | edit source]