Skip to content

BadScriptFormat

Hyomoto edited this page Jun 24, 2021 · 1 revision
Jump To Go Back Arguments Methods Variables

BadScriptFormat( _type, _source, _line_number, _line )

Implements: Error

Returned when a search is made for a value that doesn't exist in a data structure.

Arguments

Name Type Purpose
_type undef No description
_source undef No description
_line_number undef No description
_line undef No description

Methods

Jump To top

Variables

Jump To top
Name Type Initial Purpose
message undef conc( _type, " at line ", _line_number, " in " + _source + "!\n>> " + _line) No description.
Clone this wiki locally