Xynvaroth Posted July 30, 2013 Posted July 30, 2013 This script package contains functions which can be used to define a Xynvaroth_Array. A Xynvaroth_Array allows you to also create character and account variables and compared to the normal rAthena arrays, the index limit (which currently is 128) is significantly increased. This is very useful if you would like to store much data using server variables instead of MySQL for performance reasons. Besides, you can also create associative arrays (arrays with string indices) using Xynvaroth_Array. However, you will have to care about how to delete them yourself, because Xynvaroth_Array_Delete( ) can not be used to delete an associative Xynvaroth_Array. Important: Xynvaroth_Array will - due to limitations of the rAthena scripting engine - start with a number one index and not zero. There is a detailed documentation inside the file. Xynvaroth_Array Quote
Xynvaroth Posted August 23, 2013 Author Posted August 23, 2013 2.0 - Added Xynvaroth_Array_Search( ). - Added Xynvaroth_Array_SearchAndDestroy( ). Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.