V-Gears 0
Free Final Fantasy VII engine.
ScriptManagerCommands.h File Reference
#include "ConfigCmdHandler.h"
#include "Console.h"
Include dependency graph for ScriptManagerCommands.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void CmdScriptRunString (const Ogre::StringVector &params)
 Runs a script string. More...
 
void CmdScriptRunFile (const Ogre::StringVector &params)
 Runs a script string. More...
 

Function Documentation

◆ CmdScriptRunFile()

void CmdScriptRunFile ( const Ogre::StringVector &  params)

Runs a script string.

Parameters
[in]paramsScript parameters. Exactly three are required. The first one is the command name and it's not evaluated here. The second one must be the path to the file to execute. If less than three parameter are passed, a usage string will be printed instead, and nothing will be done.

◆ CmdScriptRunString()

void CmdScriptRunString ( const Ogre::StringVector &  params)

Runs a script string.

Parameters
[in]paramsScript parameters. Exactly three are required. The first one is the command name and it's not evaluated here. The second one must be the line to execute. If less than three parameter are passed, a usage string will be printed instead, and nothing will be done.