IS:Session

From Lavish Software Wiki
Revision as of 18:37, 12 December 2005 by Lax (talk | contribs)
Jump to navigation Jump to search

Introduction

An Inner Space session is created by running your game via the Uplink.

LavishScript Extensions

Inner Space adds various commands, objects, and data types to the LavishScript language. The following are additions solely from sessions. Because sessions also use the Inner Space Kernel, all additions from the Kernel are also available in sessions (and the uplink too).

Session Specific Commands

File System

Redirect game's file i/o from one file to another (for example, make a game use USER1.DAT instead of USER.DAT)
Redirect game's .ini file i/o from one file to another and/or one section to another and/or one value to another (for example, use an alternate setting or alternate .ini file)

Inter-process (uplink and other sessions)

Execute a command on the uplink, such as Name or Relay

Video Capture

Begins video capture
Ends video capture

Session Specific Top-Level Objects

Inter-Process

See Also