Difference between revisions of "OBSE Wishes Fulfilled"

148 bytes removed ,  03:06, 15 February 2009
DestroyObject/DeleteReference was abandoned...
imported>Scruggs
(v0016 no longer "forthcoming")
imported>HawkFest
(DestroyObject/DeleteReference was abandoned...)
Line 127: Line 127:
*'''GetBookText/SetBookText [ObjectID]''' - Sets or gets the "Book Text" field of book/scroll objects. ''GetActiveMenuText/UpdateActiveMenuText''
*'''GetBookText/SetBookText [ObjectID]''' - Sets or gets the "Book Text" field of book/scroll objects. ''GetActiveMenuText/UpdateActiveMenuText''
*'''ShowNameSetting [ObjectID]''' - Show a menu to make the player type the name for the given ''ObjectID''. It might use the spell-making or enchanting menu as the interface. ''ShowLineInputBox or ShowTextInputHandler coupled with SetNameEx''
*'''ShowNameSetting [ObjectID]''' - Show a menu to make the player type the name for the given ''ObjectID''. It might use the spell-making or enchanting menu as the interface. ''ShowLineInputBox or ShowTextInputHandler coupled with SetNameEx''
*'''destroyObject''' - completely removes an object from the game world, unlike [[Disable]] which only stops it from rendering. ''DeleteReference''
*'''Get/SetCastEfficiency''' - Get and set the calling actor's casting efficiency as modified by armor. ''Get/ModPCSpellEffectiveness''. Similar functionality will not be implemented for NPCs and creatures because the game does not support spell effectiveness for those actor types (but support could be added via an OBSE plugin).
*'''Get/SetCastEfficiency''' - Get and set the calling actor's casting efficiency as modified by armor. ''Get/ModPCSpellEffectiveness''. Similar functionality will not be implemented for NPCs and creatures because the game does not support spell effectiveness for those actor types (but support could be added via an OBSE plugin).
*'''Get/SetHideAmulet''' - Returns or sets the hide amulet attribute of the calling reference.
*'''Get/SetHideAmulet''' - Returns or sets the hide amulet attribute of the calling reference.
*'''Get/SetHideRings''' - Returns or sets the hide rings attribute of the calling reference.
*'''Get/SetHideRings''' - Returns or sets the hide rings attribute of the calling reference.
Anonymous user