Example - Template

template is registered by In-Game Info Reborn as an example.

# IXML Part

template is a default example generated by In-Game Info Reborn. You can find it at ./config/ingameinfo/template.ixml

# ZenScript Part

import mods.ingameinfo.gui.IgiGuiManager;
import mods.ingameinfo.event.IgiGuiInitEvent;

events.onIgiGuiInit(function(event as IgiGuiInitEvent)
{
    IgiGuiManager.openGui("template");
});