FactionStandingWithInfoTemplate

From Vendetta Lua
Jump to: navigation, search

A container with a list of faction standings of a character and a faction info box. Created with FactionStandingWithInfoTemplate


Example

-- dialog with players faction standings
 
local f = FactionStandingWithInfoTemplate() 
local d = iup.dialog{f, topmost="yes"}
d.size = "FULL" -- the info box is hidden with the default size
d:show()
f:Setup(GetCharacterID()) -- show players faction info

Functions

Setup

Definition:
Setup(userdata self, in charid) -> nil

Description:
Set character whose faction standings to show

Arguments:
self this box
charid charid