Blamite Game Engine - Blam (Core)
command_script.cpp File Reference
#include "components\haloscript\haloscript.h"
#include <experimental/filesystem>
#include <sstream>
#include <fstream>
#include <iterator>
#include "components/core/logger/logger.h"
#include "components/core/utils/string/string.h"
#include "components/core/config/config.h"

Functions

std::string GetCmdName (std::string filename)
 
std::string GetCmdDesc (std::string filename)
 
std::string GetCmdAction (std::string filename)
 
Blam::command_object CreateCommandFromFileHSC (std::string filename)
 

Variables

std::vector< std::string > csc_cmds
 

Function Documentation

◆ CreateCommandFromFileHSC()

Blam::command_object CreateCommandFromFileHSC ( std::string  filename)

◆ GetCmdAction()

std::string GetCmdAction ( std::string  filename)

◆ GetCmdDesc()

std::string GetCmdDesc ( std::string  filename)

◆ GetCmdName()

std::string GetCmdName ( std::string  filename)

Variable Documentation

◆ csc_cmds

std::vector<std::string> csc_cmds