* Added script_setarray_pc for setting temporary character array variables outside of script.c without requiring them to use script-interal code (add_str and reference_uid).
- Applied script_setarray_pc to assignment of dynamic shop arrays (related r5841). git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14613 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
@@ -168,6 +168,7 @@ struct DBMap* script_get_userfunc_db(void);
|
||||
void script_run_autobonus(const char *autobonus,int id, int pos);
|
||||
|
||||
void script_cleararray_pc(struct map_session_data* sd, const char* varname, void* value);
|
||||
void script_setarray_pc(struct map_session_data* sd, const char* varname, uint8 idx, void* value, int* refcache);
|
||||
|
||||
int script_config_read(char *cfgName);
|
||||
int do_init_script(void);
|
||||
|
||||
Reference in New Issue
Block a user