1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-08 10:04:21 +03:00
inform7/retrospective/6M62/Internal/I6T/Load-Files.i6t
2019-04-16 08:15:15 +01:00

36 lines
1.1 KiB
Plaintext

B/lfile: Load Files Template.
@Purpose: To load the Files language definition element.
@-------------------------------------------------------------------------------
@p Data type definitions.
@c
{-lines:type}
EXTERNAL_FILE_TY:
apply-macro:#BASE-KIND
singular:external file
plural:external files
instance-of:WORD_VALUE_TY
instance-of:ENUMERATED_VALUE_TY
instance-of:SAYABLE_VALUE_TY
named-values-created-with-assertions:yes
default-value:0
i6-printing-routine:PrintExternalFileName
has-i6-GPR:yes
apply-template:*UNDERSTOOD-VARIABLE
constant-compilation-method:quantitative
description:the name of a file
documentation-reference:kind_externalfile
index-priority:6
index-default-value:<i>a non-file</i>
indexed-grey-if-empty:yes
specification-text:When made with the Glulx setting, an Inform project can make limited use of files stored on the computer which is operating the story at run-time. An external-file is just the name of one of these files (not the filename in the usual sense, but a name given to it in the Inform source text).
{-endlines}
{-callv:Kinds::Interpreter::batch_done}