Warning, /games/kmuddy/scripting/README is written in an unsupported language. File is not indexed.
0001 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. 0002 0003 List of files in this directories: 0004 0005 kmuddyvars.h - C/C++ routines for accessing KMuddy's variables 0006 kmuddy-usock-client.pl - Perl routines for accessing KMuddy's variables 0007 kmuddy.rb - Ruby routines for accessing KMuddy's variables 0008 0009 stdin-notify.pl - framework for Perl scripts, allowing to use both regular 0010 communication and notify - uses the select() syscall 0011 0012 locktest.c - testing C script 0013 vartest.c - C script showing usage of kmuddyvars.h 0014 pre.c - testing preprocessor script 0015 kmuddy-usock-test.pl - Perl script showing usage of kmuddy-usock-client.pl 0016 varexample.rb - Ruby script showing usage of kmuddy.rb 0017 0018 testserver.cpp - testing script that communicates via events 0019 tmpserver.pl - the same as tmpserver.pl, but in Perl 0020 0021 README.python - describes the two files below 0022 kmuddy.py - Python script for using the variable server 0023 sample_script.py - sample script using kmuddy.py