kCommandInput |
|
Replaces [input() as command_text] for faster input responses. [More] |
To download this library for your Linux/Mac installation, enter this on your command line:
DreamDownload byond://Keeth.kCommandInput##version=7 Emulator users, in the BYOND pager go to File | Open Location and enter this URL:byond://Keeth.kCommandInput##version=7 |
To put it simply, this was created to replace the standard input("blah") as command_text which is, unfortunately, slow. The problem with the as command_text method is that there is a delay before input is piped from the standard command processing to whatever function is asking for the input. his means once you say var/blah = input("Gimme some stuff") as command_text, you could potentially use commands right afterwards for a second or so, as the server has to tell the client to start getting input.
The full documentation can be found here and within the library. 1.01
1.02
|
Copyright © 2024 BYOND Software.
All rights reserved.