| 442 | } |
| 443 | |
| 444 | static dmConfigFile::HConfig GetConfigFile(lua_State* L) |
| 445 | { |
| 446 | HContext context = dmScript::GetScriptContext(L); |
| 447 | if (context) |
| 448 | { |
| 449 | return context->m_ConfigFile; |
| 450 | } |
| 451 | return 0; |
| 452 | } |
| 453 | |
| 454 | /*# get string config value with optional default value |
| 455 | * Get string config value from the game.project configuration file with optional default value |
no test coverage detected