From c38c16773ca0bc5c928486b18318eb5b147f8ff0 Mon Sep 17 00:00:00 2001 From: truebrain Date: Tue, 29 Nov 2011 23:21:59 +0000 Subject: (svn r23363) -Documentation: document a tiny bit better what is in variables --- src/script/script_instance.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/script/script_instance.hpp') diff --git a/src/script/script_instance.hpp b/src/script/script_instance.hpp index 21edf981a..c5ff730c7 100644 --- a/src/script/script_instance.hpp +++ b/src/script/script_instance.hpp @@ -31,7 +31,7 @@ public: /** * Initialize the script and prepare it for its first run. - * @param main_script The name of the script to load. + * @param main_script The full path of the script to load. * @param instance_name The name of the instance out of the script to load. */ void Initialize(const char *main_script, const char *instance_name); -- cgit v1.2.3-54-g00ecf