Difference between revisions of "GetDescription"
Jump to navigation
Jump to search
imported>QQuix (Added a note) |
imported>QQuix (Added a 'see also') |
||
Line 21: | Line 21: | ||
===Notes=== | ===Notes=== | ||
*Returns an empty string if the description is longer than 16383 characters | *Returns an empty string if the description is longer than 16383 characters | ||
====See also==== | |||
*[[SetDescription]] | |||
[[Category:Functions]] | [[Category:Functions]] |
Latest revision as of 10:23, 27 June 2015
< [[::Category:Functions|Category:Functions]]
A function added by the Oblivion Script Extender.
Syntax:
(description:string) ref.GetDescription object:ref skillrank:short
Returns the text of the description for the object. In the case of skills, an optional second parameter indicates the skill rank (0-3); if omitted, the skill's general description is returned.
Notes
- Returns an empty string if the description is longer than 16383 characters