FactionStandingWithInfoTemplate

From Vendetta Lua
Revision as of 00:30, 15 January 2009 by Chefkoch (Talk | contribs) (New page: A container with a list of faction standings of a character and a faction info box. Created with FactionStandingWithInfoTemplate == Example ...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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