Skyscraper 2.0
Skyscraper::ScriptProcessor::ControllerSection Class Reference

#include <section.h>

Inheritance diagram for Skyscraper::ScriptProcessor::ControllerSection:
Collaboration diagram for Skyscraper::ScriptProcessor::ControllerSection:

Public Member Functions

 ControllerSection (ScriptProcessor *parent)
 
 ~ControllerSection ()
 
int Run (std::string &LineData)
 
- Public Member Functions inherited from Skyscraper::ScriptProcessor::Section
 Section (ScriptProcessor *parent)
 
virtual ~Section ()
 
virtual void Reset ()
 
int SplitData (const std::string &string, int start, bool calc=true)
 
int SplitAfterEquals (const std::string &string, bool calc=true)
 
std::string GetAfterEquals (const std::string &string, bool &found_equals)
 
std::string GetBeforeEquals (const std::string &string, bool calc=true)
 
bool GetRange (const std::string &string, int &start, int &end)
 
int ScriptError (std::string message, bool warning=false)
 
int ScriptError ()
 
int ScriptWarning (std::string message)
 
bool IfProc (const std::string &expression)
 
void StoreCommand (SBS::Object *object)
 
int MathFunctions (std::string &LineData)
 
::SBS::MeshObjectGetMeshObject (std::string name)
 
bool GetElevatorCar (std::string &value, int floor, int &elevator, int &car)
 
void GetDirectionStrings (int direction, std::string &face_direction, std::string &open_direction)
 

Additional Inherited Members

- Protected Member Functions inherited from Skyscraper::ScriptProcessor::Section
std::string Calc (const std::string &expression)
 
- Protected Attributes inherited from Skyscraper::ScriptProcessor::Section
ScriptProcessorparent
 
SBS::SBSSimcore
 
EngineContextengine
 
std::vector< std::string > tempdata
 
bool warn_deprecated
 
ScriptProcessor::ConfigHandlerconfig
 

Detailed Description

Definition at line 169 of file section.h.

Constructor & Destructor Documentation

◆ ControllerSection()

Skyscraper::ScriptProcessor::ControllerSection::ControllerSection ( ScriptProcessor * parent)

Definition at line 34 of file controllers.cpp.

◆ ~ControllerSection()

Skyscraper::ScriptProcessor::ControllerSection::~ControllerSection ( )
inline

Definition at line 173 of file section.h.

Member Function Documentation

◆ Run()


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