Difference between revisions of "OBSE Wishes Fulfilled"

1 byte added ,  02:53, 8 March 2008
m
no edit summary
imported>Scruggs
(v0015: ToggleCreatureModel, Additem/AddSpell/etc minus the message spam, IsFormValid, GetModIndex)
imported>Scruggs
m
Line 100: Line 100:
*'''ToggleCreatureModel''' - Toggles a .nif object within a creature's model list on or off.
*'''ToggleCreatureModel''' - Toggles a .nif object within a creature's model list on or off.
*'''isPluginRunning''' - if the plugin is active, returns its load order. ''Use GetModIndex''
*'''isPluginRunning''' - if the plugin is active, returns its load order. ''Use GetModIndex''
'''IsValidReference''' - returns true if the supplied reference is valid. This would return false, for instance, if a reference to an item is put into an inventory, or if the reference is non-persistent and not in the loaded cell. Avoids issues with calling functions on such references crashing the game. ''Use IsFormValid''
*'''IsValidReference''' - returns true if the supplied reference is valid. This would return false, for instance, if a reference to an item is put into an inventory, or if the reference is non-persistent and not in the loaded cell. Avoids issues with calling functions on such references crashing the game. ''Use IsFormValid''
Anonymous user