Top Level Namespace
Defined Under Namespace
Modules: Inform Classes: CycleError, InformLibrary, LibExt, MissingLanguage, NoSuchObject, NoVerbRoutine, NotImplemented
Constant Summary collapse
- LibSerial =
"060709".freeze
- LibRelease =
"6/11N".freeze
- LIBRARY_VERSION =
611- Grammar__Version =
2- COMMENT_CHARACTER =
'*'.freeze
- DEBUG =
0- TARGET_ZCODE =
compiling with Z-code only compiler
true- WORDSIZE =
2- HDR_ZCODEVERSION =
offsets into Z-machine header
0x00- HDR_TERPFLAGS =
byte
0x01- HDR_GAMERELEASE =
byte
0x02- HDR_HIGHMEMORY =
word
0x04- HDR_INITIALPC =
word
0x06- HDR_DICTIONARY =
word
0x08- HDR_OBJECTS =
word
0x0A- HDR_GLOBALS =
word
0x0C- HDR_STATICMEMORY =
word
0x0E- HDR_GAMEFLAGS =
word
0x10- HDR_GAMESERIAL =
word
0x12- HDR_ABBREVIATIONS =
six ASCII characters
0x18- HDR_FILELENGTH =
word
0x1A- HDR_CHECKSUM =
word
0x1C- HDR_TERPNUMBER =
word
0x1E- HDR_TERPVERSION =
byte
0x1F- HDR_SCREENHLINES =
byte
0x20- HDR_SCREENWCHARS =
byte
0x21- HDR_SCREENWUNITS =
byte
0x22- HDR_SCREENHUNITS =
word
0x24- HDR_FONTWUNITS =
word
0x26- HDR_FONTHUNITS =
byte
0x27- HDR_ROUTINEOFFSET =
byte
0x28- HDR_STRINGOFFSET =
word
0x2A- HDR_BGCOLOUR =
word
0x2C- HDR_FGCOLOUR =
byte
0x2D- HDR_TERMCHARS =
byte
0x2E- HDR_PIXELSTO3 =
word
0x30- HDR_TERPSTANDARD =
word
0x32- HDR_ALPHABET =
two bytes
0x34- HDR_EXTENSION =
word
0x36- HDR_UNUSED =
word
0x38- HDR_INFORMVERSION =
two words
0x3C- LIBRARY_PARSER =
true- LIBRARY_VERBLIB =
true- NULL =
0xffff- WORD_HIGHBIT =
0x8000- LibraryExtensions =
LibExt.new "(Library Extensions)"
Instance Method Summary collapse
- #LetGo ⇒ Object
- #ListMiscellany ⇒ Object
-
#Main ⇒ Object
——————————————————————————.
- #Miscellany ⇒ Object
- #NotUnderstood ⇒ Object
- #Objects ⇒ Object
- #Order ⇒ Object
- #Places ⇒ Object
- #PluralFound ⇒ Object
- #Prompt ⇒ Object
- #Receive ⇒ Object
- #TheSame ⇒ Object
- #ThrownAt ⇒ Object
Instance Method Details
#LetGo ⇒ Object
112 |
# File 'lib/inform/Parser.h.rb', line 112 def LetGo; end |
#ListMiscellany ⇒ Object
118 |
# File 'lib/inform/Parser.h.rb', line 118 def ListMiscellany; end |
#Miscellany ⇒ Object
119 |
# File 'lib/inform/Parser.h.rb', line 119 def Miscellany; end |
#NotUnderstood ⇒ Object
121 |
# File 'lib/inform/Parser.h.rb', line 121 def NotUnderstood; end |
#Objects ⇒ Object
125 |
# File 'lib/inform/Parser.h.rb', line 125 def Objects; end |
#Order ⇒ Object
115 |
# File 'lib/inform/Parser.h.rb', line 115 def Order; end |
#Places ⇒ Object
124 |
# File 'lib/inform/Parser.h.rb', line 124 def Places; end |
#PluralFound ⇒ Object
117 |
# File 'lib/inform/Parser.h.rb', line 117 def PluralFound; end |
#Prompt ⇒ Object
120 |
# File 'lib/inform/Parser.h.rb', line 120 def Prompt; end |
#Receive ⇒ Object
113 |
# File 'lib/inform/Parser.h.rb', line 113 def Receive; end |
#TheSame ⇒ Object
116 |
# File 'lib/inform/Parser.h.rb', line 116 def TheSame; end |
#ThrownAt ⇒ Object
114 |
# File 'lib/inform/Parser.h.rb', line 114 def ThrownAt; end |