Difference between revisions of "IS:Uplink"

From Lavish Software Wiki
Jump to navigation Jump to search
Line 10: Line 10:
 
== LavishScript Extensions ==
 
== LavishScript Extensions ==
 
=== Commands ===
 
=== Commands ===
; Misc
+
==== Misc ====
 
* [[ISUplink:Version (Command)|Version]]
 
* [[ISUplink:Version (Command)|Version]]
 
: Display the current Inner Space version
 
: Display the current Inner Space version
Line 19: Line 19:
 
* [[ISUplink:MakeShortcut (COmmand)|MakeShortcut]]
 
* [[ISUplink:MakeShortcut (COmmand)|MakeShortcut]]
 
: Creates a shortcut on the desktop to automatically open a given profile
 
: Creates a shortcut on the desktop to automatically open a given profile
; Console
+
==== Console ====
 
* [[ISUplink:ConsoleClear (Command)|ConsoleClear]]
 
* [[ISUplink:ConsoleClear (Command)|ConsoleClear]]
 
: Clear the console
 
: Clear the console
Line 30: Line 30:
 
* [[ISUplink:Log (Command)|Log]]
 
* [[ISUplink:Log (Command)|Log]]
 
:  Log all console output
 
:  Log all console output
; Session<br>
+
==== Session ====
''(these commands can ONLY be used from inside a session, via the [[ISSession:Uplink (Command)|Uplink]] command)''
+
''(with the exception of Relay, these commands can ONLY be used from inside a session, via the [[ISSession:Uplink (Command)|Uplink]] command)''
 
* [[ISUplink:Name (Command)|Name]]
 
* [[ISUplink:Name (Command)|Name]]
 
: Set the session name, used for Relay
 
: Set the session name, used for Relay
Line 40: Line 40:
 
* [[ISUplink:Focus (Command)|Focus]]
 
* [[ISUplink:Focus (Command)|Focus]]
 
: Switch input focus to another session
 
: Switch input focus to another session
; Settings
+
==== Settings ====
 
*[[ISUplink:Game (Command)|Game]]
 
*[[ISUplink:Game (Command)|Game]]
 
: Manipulate settings for a specific game
 
: Manipulate settings for a specific game

Revision as of 01:37, 23 April 2005

Introduction

Games and Profiles

Using the Games window

Adding Games

Adding Profiles

Console

LavishScript Extensions

Commands

Misc

Display the current Inner Space version
Instantly close the program
Opens a new session of a game using a specific profile
Creates a shortcut on the desktop to automatically open a given profile

Console

Clear the console
Quietly execute a command (nothing shows up in console)
Output text (to the console)
Toggle the console
Log all console output

Session

(with the exception of Relay, these commands can ONLY be used from inside a session, via the Uplink command)

Set the session name, used for Relay
Relays a command to a specific session
Lists all sessions
Switch input focus to another session

Settings

Manipulate settings for a specific game
Add, list or remove games
Manipulate settings for a specific profile
Add, list or remove profiles

Data Types

(none)

Top-Level Objects

(none)

See Also