[dismiss]
This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.
Difference between revisions of "RemoveScript"
Jump to navigation
Jump to search
imported>WereWolf (New page: A command for Oblivion Script Extender Removes and returns the script attached to the object. '''Syntax:''' (script:refID) ''reference.''RemoveScr...) |
imported>WereWolf |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]] | A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]] | ||
'''Syntax:''' | '''Syntax:''' | ||
(script:refID) ''reference.''RemoveScript ''targetObjectID:ref'' | (script:refID) ''reference.''RemoveScript ''targetObjectID:ref'' | ||
Removes and returns the script attached to the object. | |||
==Notes== | ==Notes== | ||
Line 13: | Line 13: | ||
*[[IsScripted]] | *[[IsScripted]] | ||
*[[GetScript]] | *[[GetScript]] | ||
*[[SetScript]] | |||
[[Category:Functions]] | [[Category:Functions]] |
Latest revision as of 06:59, 14 September 2007
A command for Oblivion Script Extender
Syntax:
(script:refID) reference.RemoveScript targetObjectID:ref
Removes and returns the script attached to the object.
Notes[edit | edit source]
- The object is no longer scripted.