Difference between revisions of "GetDescription"
Jump to navigation
Jump to search
imported>CSbot (Automated import of articles) |
imported>QQuix (Added a note) |
||
Line 1: | Line 1: | ||
{{Function | {{Function | ||
| origin = OBSE | | origin = OBSE | ||
Line 19: | Line 18: | ||
}} | }} | ||
}} | }} | ||
===Notes=== | |||
*Returns an empty string if the description is longer than 16383 characters | |||
[[Category:Functions]] | [[Category:Functions]] |
Revision as of 10:22, 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