* Get an untyped set at the given stack index */
| 482 | * Get an untyped set at the given stack index |
| 483 | */ |
| 484 | FScriptSet* GetSet(lua_State *L, int32 Index) |
| 485 | { |
| 486 | FScriptSet *ScriptSet = (FScriptSet*)GetScriptContainer(L, Index); |
| 487 | return ScriptSet; |
| 488 | } |
| 489 | |
| 490 | /** |
| 491 | * Get an untyped map at the given stack index |