FactionStandingWithInfoTemplate

From Vendetta Lua
Jump to navigationJump to search

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


Example

<source lang="lua"> -- 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 </source>

Functions

Setup

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

Description:
Set character whose faction standings to show

Arguments:
self this box
charid charid