* Get an untyped map at the given stack index */
| 491 | * Get an untyped map at the given stack index |
| 492 | */ |
| 493 | FScriptMap* GetMap(lua_State *L, int32 Index) |
| 494 | { |
| 495 | FScriptMap *ScriptMap = (FScriptMap*)GetScriptContainer(L, Index); |
| 496 | return ScriptMap; |
| 497 | } |
| 498 | |
| 499 | /** |
| 500 | * Helper to recover Lua stack automatically |