Difference between revisions of "Category:Pluggy"
Jump to navigation
Jump to search
→Some peculiarities (compared to other Oblivion functions): Plugin name note (not the first time it's been asked)
imported>Speedo |
imported>Haama (→Some peculiarities (compared to other Oblivion functions): Plugin name note (not the first time it's been asked)) |
||
Line 62: | Line 62: | ||
*Arrays have indexes from 0 to (array size - 1). The array size is set when you first create the array and can be modified with [[ArraySize]], or when inserting data with the '''SetInArray''' functions. | *Arrays have indexes from 0 to (array size - 1). The array size is set when you first create the array and can be modified with [[ArraySize]], or when inserting data with the '''SetInArray''' functions. | ||
*There are 3 '''SetInArray''' and '''FindInArray''' functions: one for integers, one for floats, and one for references. | *There are 3 '''SetInArray''' and '''FindInArray''' functions: one for integers, one for floats, and one for references. | ||
*When using [[IsPluginInstalled]] or [[GetPluginVersion]], the plugin name is "OBSE_Elys_Pluggy". | |||
[[Category: OBSE Plug-Ins]] | [[Category: OBSE Plug-Ins]] | ||
[[Category: Functions]] | [[Category: Functions]] | ||
[[Category: Functions (OBSE)]] | [[Category: Functions (OBSE)]] |