Blamite Game Engine - blam!  00296.01.12.21.0102.blamite
The core library for the Blamite Game Engine.
command_script.cpp File Reference
#include "haloscript.h"
#include <filesystem>
#include <sstream>
#include <fstream>
#include <iterator>
#include "components/diagnostics/logger/logger.h"
#include <Strings/components/utils/string/string.h>
#include "components/settings/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