ShowBarterMenu - Actor

From the CreationKit Wiki
Revision as of 09:41, 5 August 2010 by imported>Henning
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Member of: Actor Script

Shows the barter menu for this actor.


Syntax

Function ShowBarterMenu() native

Parameters

None.

Return Value

None.

Examples

; Shows the barter menu for Bob
Bob.ShowBarterMenu()

See Also