#include <LUAScriptFactory.h>
Public Member Functions | |
| LUAScriptFactory () | |
| ~LUAScriptFactory () | |
| LUAScript * | createScript () |
| void | setContext (ScorchedContext *context) |
Protected Attributes | |
| ScorchedContext * | context_ |
Definition at line 27 of file LUAScriptFactory.h.
| LUAScriptFactory::LUAScriptFactory | ( | ) |
Definition at line 23 of file LUAScriptFactory.cpp.
| LUAScriptFactory::~LUAScriptFactory | ( | ) |
Definition at line 28 of file LUAScriptFactory.cpp.
| LUAScript * LUAScriptFactory::createScript | ( | ) |
Definition at line 32 of file LUAScriptFactory.cpp.
References context_.
Referenced by LUAScriptHook::loadHook(), and WeaponScript::parseXML().
| void LUAScriptFactory::setContext | ( | ScorchedContext * | context | ) | [inline] |
Definition at line 35 of file LUAScriptFactory.h.
References context_.
Referenced by ScorchedContext::ScorchedContext().
ScorchedContext* LUAScriptFactory::context_ [protected] |
1.5.3