Difference between revisions of "Manual:DIL Manual/extraptr"
Jump to navigation
Jump to search
(XML import of LLM wiki pages) |
(XML import of LLM wiki pages) |
||
| Line 1: | Line 1: | ||
| − | <span id=" | + | <span id="eptr"></span> |
| − | ''' | + | '''Extraptr:''' |
| − | + | Extra descriptions, quests structures, etc can be searched and manipulated | |
| − | + | using variables of this type. There is no way to declare static structures of | |
| − | + | this type in DIL programs. Lists of extra descriptions are easily searched with | |
| − | + | the 'in' operator (See below). Extraptr variables are 'volatile', and thus | |
| − | + | cleared whenever there is a possibility that they are rendered unusable. | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
Revision as of 10:42, 4 December 2025
Extraptr:
Extra descriptions, quests structures, etc can be searched and manipulated using variables of this type. There is no way to declare static structures of this type in DIL programs. Lists of extra descriptions are easily searched with the 'in' operator (See below). Extraptr variables are 'volatile', and thus cleared whenever there is a possibility that they are rendered unusable.