Actions |
This feature is deprecated. Use of this feature in new projects is discouraged.
The Local Store is a feature that predates XLua's advanced variable handling, and was used as an alternate method for making data available to a Lua state, without incurring the overhead of function calls. Stored data could be accessed using functions exposed by the MMF Interface.
Set Local Value
Sets an indexed value inside the object
Parameters
Value | Index |
Value | Floating-point value |
Set Local String
Sets an indexed string inside the object.
Parameters
Value | Index |
String | String value |
Reset Local Storage
Clears all currently defined local values and strings.
Parameters
None.
Copyright 2010 Justin Aquadro