Difference between revisions of "GetScript"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>WereWolf
(New page: A command for Oblivion Script Extender Returns the refID of the script attached to the object. '''Syntax:''' (script:refID) ''reference.''GetScrip...)
 
imported>WereWolf
 
(2 intermediate revisions 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]]
Returns the refID of the script attached to the object.


'''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]]
*[[GetScript]]
*[[SetScript]]
*[[RemoveScript]]


[[Category:Functions]]
[[Category:Functions]]

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.

See Also[edit | edit source]