Skip to content
Hyomoto edited this page Jun 24, 2021 · 14 revisions
Jump To Go Back Methods Variables

Script( )

Implements: Struct

No description.

Methods

Jump To top execute from_input timeout size

execute( vars, start )

Returns: mixed

Name Type Purpose
vars struct A struct containing variables
start int A line to start execution at

Executes the given script with the provided variables at the stated line.


from_input( An )

Returns: self

Name Type Purpose
An InputStream input source

Populates the script using the given input source.


timeout( _value )

Name Type Purpose
_value undef No description

No description.


size( )

Name Type Purpose
None

No description.


Variables

Jump To top
Name Type Initial Purpose
pool undef new ObjectPool() No description.
__Source undef "unknown" No description.
__Timer undef new Timer() No description.
__Timeout undef 250000 No description.
__Header undef [] No description.
__Base undef [] No description.
__Size undef 0 No description.
__Content undef undefined No description.
Clone this wiki locally