Difference between revisions of "GetScript"
Jump to navigation
Jump to search
imported>WereWolf |
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.''GetScript ''targetObjectID:ref'' | (script:refID) ''reference.''GetScript ''targetObjectID:ref'' | ||
Returns the refID of the script attached to the object. | |||
==See Also== | ==See Also== | ||
*[[IsScripted]] | *[[IsScripted]] | ||
*[[SetScript]] | |||
*[[RemoveScript]] | *[[RemoveScript]] | ||
Latest revision as of 11:56, 14 September 2007
A command for Oblivion Script Extender
Syntax:
(script:refID) reference.GetScript targetObjectID:ref
Returns the refID of the script attached to the object.