Briefing Functions

A set of functions and classes to create briefscreens.

More information on what can and can not be written to the briefscreen can be found in fancyTextFunctions.

This module is currently a little broken, but it may be usefull in the future.

Summary

Classes

simpleBrief(briefText, relatedPages[, ...]) Creates a simple briefing.
Inline(text[, tag, color]) Adds an inline button to the briefscreen.
Briefing(levelWindow) The briefing object, a convience function for writing to a blank brief screen.

Classes

class Inline(text, tag=None, color=color)[source]

Adds an inline button to the briefscreen.

Parameters:
  • text – the text to appear on the button.
  • tag – the tag used to determine what should happen if this button is clicked.
class Briefing(levelWindow)[source]

The briefing object, a convience function for writing to a blank brief screen.