Difference between revisions of "Category:Pluggy"
Jump to navigation
Jump to search
Added pecularity section
imported>Haama m (Bolden name) |
imported>Haama (Added pecularity section) |
||
Line 44: | Line 44: | ||
==How fast are the functions?== | ==How fast are the functions?== | ||
*Not fully tested, but running 900 Pluggy "Find" calls only took half a second while 900 [[GetInventoryObject]] calls took 10 seconds. In short, these are incredibly fast functions. | *Not fully tested, but running 900 Pluggy "Find" calls only took half a second while 900 [[GetInventoryObject]] calls took 10 seconds. In short, these are incredibly fast functions. | ||
==Some peculiarities (compared to other Oblivion functions)== | |||
*Most Pluggy functions can be used to both return and set a value. This is determined by an optional flag - if it's left empty the value will be returned and if it's filled the value will be set to that flag. | |||
**For example, '''ArraySize 0''' will return the size of Array 0 while '''ArraySize 0 10''' will set Array 0's size to 10 indexes. | |||
[[Category: OBSE Plug-Ins]] | [[Category: OBSE Plug-Ins]] | ||
[[Category: Functions]] | [[Category: Functions]] | ||
[[Category: Functions (OBSE)]] | [[Category: Functions (OBSE)]] |