OpenXcom  1.0
Open-source clone of the original X-Com
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | List of all members
OpenXcom::ExtraStrings Class Reference

For adding a set of extra strings to the game. More...

#include <ExtraStrings.h>

Public Member Functions

 ExtraStrings ()
 Creates a blank external strings set. More...
 
virtual ~ExtraStrings ()
 Cleans up the external strings set. More...
 
void load (const YAML::Node &node)
 Loads the data from YAML. More...
 
std::map< std::string,
std::string > * 
getStrings ()
 Gets the list of strings defined by this mod. More...
 

Detailed Description

For adding a set of extra strings to the game.

Constructor & Destructor Documentation

OpenXcom::ExtraStrings::ExtraStrings ( )

Creates a blank external strings set.

Creates a blank set of extra strings data.

OpenXcom::ExtraStrings::~ExtraStrings ( )
virtual

Cleans up the external strings set.

Cleans up the extra strings set.

Member Function Documentation

std::map< std::string, std::string > * OpenXcom::ExtraStrings::getStrings ( )

Gets the list of strings defined by this mod.

Gets the list of strings defined my this mod.

Returns
The list of strings.
void OpenXcom::ExtraStrings::load ( const YAML::Node &  node)

Loads the data from YAML.

Loads the extra strings set from YAML.

Parameters
nodeYAML node.

The documentation for this class was generated from the following files: