Last indexation completed on 2024-12-08 05:21:56 UTC
This directory contains various example files for external scripting. Note that you must have the Scripting plugin loaded if you want to use this feature.
List of files in this directories:
kmuddyvars.h - C/C++ routines for accessing KMuddy's variables
kmuddy-usock-client.pl - Perl routines for accessing KMuddy's variables
kmuddy.rb - Ruby routines for accessing KMuddy's variables
SEE ALSO: README
Name | Size | Date (UTC) | Last indexed | Description | |
---|---|---|---|---|---|
Name | Size | Date (UTC) | Last indexed | Description | |
Parent directory | - | 2024-02-11 01:57:46 |
KMuddy - a MUD client by KDE
SEE ALSO: README |
||
CMakeLists.txt | 440 bytes | 2024-02-11 01:57:46 | - | ||
eventserver.rb | 300 bytes | 2024-02-11 01:57:46 | 2024-12-08 03:46:48 | ||
kmuddy-usock-client.pl | 3568 bytes | 2024-02-11 01:57:46 | 2024-12-08 03:46:48 | ||
kmuddy-usock-test.pl | 456 bytes | 2024-02-11 01:57:46 | 2024-12-08 03:46:48 | ||
kmuddy.py | 9641 bytes | 2024-02-11 01:57:46 | 2024-12-08 03:46:48 | ||
kmuddy.rb | 1545 bytes | 2024-02-11 01:57:46 | 2024-12-08 03:46:48 | ||
kmuddytest.rb | 1126 bytes | 2024-02-11 01:57:46 | 2024-12-08 03:46:48 | ||
kmuddyvars.h | 13338 bytes | 2024-02-11 01:57:46 | 2024-12-08 03:46:48 | KMuddy scripting - variable support #include this file in a C/C++ script, if you want to use variables in that script. |
|
locktest.c | 195 bytes | 2024-02-11 01:57:46 | 2024-12-08 03:46:48 | include "kmuddyvars.h" int main(void) { initVariableSocket(); setVariable("test", "this value set by LOCKTEST!"); lockVariable("test"); sleep(1000); closeVariableSocket(); return 0; } |
|
pre.c | 828 bytes | 2024-02-11 01:57:46 | 2024-12-08 03:46:48 | ||
README | 1030 bytes | 2024-02-11 01:57:46 | - | ||
README.python | 1017 bytes | 2024-02-11 01:57:46 | 2024-12-08 03:46:48 | ||
sample_script.py | 1895 bytes | 2024-02-11 01:57:46 | 2024-12-08 03:46:48 | ||
stdin-notify.pl | 2607 bytes | 2024-02-11 01:57:46 | 2024-12-08 03:46:48 | ||
testserver.cpp | 784 bytes | 2024-02-11 01:57:46 | 2024-12-08 03:46:48 | ||
tmpserver.pl | 1603 bytes | 2024-02-11 01:57:46 | 2024-12-08 03:46:48 | ||
variablesock.rb | 4408 bytes | 2024-02-11 01:57:46 | 2024-12-08 03:46:48 | ||
vartest.c | 1444 bytes | 2024-02-11 01:57:46 | 2024-12-08 03:46:48 |