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

Instance Method Details

#LetGoObject



112
# File 'lib/inform/Parser.h.rb', line 112

def LetGo; end

#ListMiscellanyObject



118
# File 'lib/inform/Parser.h.rb', line 118

def ListMiscellany; end

#MainObject




131
# File 'lib/inform/Parser.h.rb', line 131

def Main; InformLibrary.play(); end

#MiscellanyObject



119
# File 'lib/inform/Parser.h.rb', line 119

def Miscellany; end

#NotUnderstoodObject



121
# File 'lib/inform/Parser.h.rb', line 121

def NotUnderstood; end

#ObjectsObject



125
# File 'lib/inform/Parser.h.rb', line 125

def Objects; end

#OrderObject



115
# File 'lib/inform/Parser.h.rb', line 115

def Order; end

#PlacesObject



124
# File 'lib/inform/Parser.h.rb', line 124

def Places; end

#PluralFoundObject



117
# File 'lib/inform/Parser.h.rb', line 117

def PluralFound; end

#PromptObject



120
# File 'lib/inform/Parser.h.rb', line 120

def Prompt; end

#ReceiveObject



113
# File 'lib/inform/Parser.h.rb', line 113

def Receive; end

#TheSameObject



116
# File 'lib/inform/Parser.h.rb', line 116

def TheSame; end

#ThrownAtObject



114
# File 'lib/inform/Parser.h.rb', line 114

def ThrownAt; end