ScummVM API documentation
Ultima::Ultima4::Script::Provider Class Referenceabstract

#include <script.h>

Inheritance diagram for Ultima::Ultima4::Script::Provider:
Ultima::Ultima4::Context Ultima::Ultima4::Party Ultima::Ultima4::PartyMember

Public Member Functions

virtual Common::String translate (Std::vector< Common::String > &parts)=0
 

Detailed Description

A class that provides information to a script. It is designed to translate qualifiers and identifiers in a script to another value. Each provider is assigned a qualifier that the script uses to select a provider. The provider then uses the rest of the information to translate the information to something useful.


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