mirror of
https://github.com/ldmud/ldmud
synced 2026-08-12 14:26:05 -04:00
26 lines
585 B
Text
26 lines
585 B
Text
NAME
|
|
compile_string_options
|
|
|
|
DEFINITION
|
|
struct compile_string_options
|
|
{
|
|
mapping|closure functions;
|
|
mapping|closure variables;
|
|
mapping|closure structs;
|
|
|
|
int use_object_functions;
|
|
int use_object_variables;
|
|
int use_object_structs;
|
|
|
|
int compile_expression;
|
|
int compile_block;
|
|
int as_async;
|
|
|
|
int detect_end;
|
|
};
|
|
|
|
DESCRIPTION
|
|
This struct is used for passing options to the compile_string() efun.
|
|
|
|
SEE ALSO
|
|
compile_string(E)
|