libtcod-net
libtcodWrapper Namespace
NamespaceslibtcodWrapper
 
Declaration Syntax
C#
namespace libtcodWrapper
Types
All TypesClassesStructuresEnumerationsDelegates
IconTypeDescription
TCODValue..::.<s>e__FixedBuffer0
Background
Defines how draw operations affect background of the console.

BackgroundFlag
Blending mode flags for the background object.

Color
Represents a 32-bit color to the TCOD API.

Console
Represents any console, either on screen or off

CustomFontRequest
Request for console to draw with font other than "terminal.bmp"

EndStructureCallback
Callback from parser when end of structure is found

ErrorCallback
Callback from parser when parsing error occurs

Image
Represents an image loaded from disk or created in memory

Keyboard
Holds static methods for interacting with keyboard

KeyCode
Types of "special" keycodes"

KeyPress
Keystroke structure returned from Keyboard methods.

KeyPressType
Is event returned when key is pressed, release, or both?

LineAlignment
Types of alignment for printing of strings

Mouse
Constains information about current mouse status

NewFlagCallback
Callback from parser when new flag is found

NewPropertyCallback
Callback from parser when new property is found

NewStructureCallback
Callback from parser when new structure is found

RootConsole
"Root" console, one which blits onto window or fullscreen

SpecialCharacter
"Special" ascii characters such as arrows and lines

TCODBSP
TCODBSPTraversalDelegate
TCODDice
Hold dice-type ranges: [multiplier x] nb_dices d nb_faces [(+|-) addsub]

TCODException
Base exception class for libtcod-net.

TCODFileParser
Parses configuration file

TCODFov
Calculates Field Of View (FOV) information

TCODLineDrawing
Plots points of a line using Bresenham algorithm

TCODNoise
Generates various types of "noise"

TCODParserCallbackStruct
Holds onto callbacks the parser uses to communicate.

TCODParserStructure
Created by RegisterNewStructure and represents one valid "structure in the config file"

TCODPathCallback
Callback made from pathfinding engine to determine cell pathfinding information

TCODPathFinding
Calculates paths in maps using djikstra's algorithms

TCODRandom
Produces random numbers from the Mersenne Twister

TCODSystem
Represents System Level Functions

TCODValue
"Union" that holds value obtained from config file

TCODValueType
Types of values parsed from config file