GetStolenItemValueCrime - Faction

From the CreationKit Wiki
Revision as of 15:27, 18 October 2011 by imported>Rhavlovick (1 revision: Clobber re-import by Henning)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 witnessed.

Syntax[edit | edit source]

int Function GetStolenItemValueCrime() 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 witnessed.

Examples[edit | edit source]

; Get the value of items stolen from the Evil Corporation that they witnessed
int itemValue = EvilCorporationFaction.GetStolenItemValueCrime()

See Also[edit | edit source]