02-02-2013, 05:57 AM
Done, rev 1183. Wow, I'm good
And as a side-effect, the /help list is finally alpha-sorted.
And as a side-effect, the /help list is finally alpha-sorted.
Command API thoughts
|
02-02-2013, 05:57 AM
Done, rev 1183. Wow, I'm good
And as a side-effect, the /help list is finally alpha-sorted.
02-14-2013, 05:21 AM
can you also make it possible to add commands into the console?
maybe something like this: PluginManager:BindConsoleCommand("/example", Handleexample, "this is also an example"); Thanks given by: Taugeshtu
02-14-2013, 05:24 AM
That's a good idea. Later on, as I'm working on other things currently. Maybe put it in the flyspray tracker, so that it's not forgotten.
I'm beginning to actually like Lua. Its lambda-functions feature makes writing callbacks sooo easy! Just look at the Core/console.lua file and its handler functions, aren't they beautiful? I have to admit it's more elegant than the original C++ code.
Anyway, console command binding is now done, too. Thanks given by: NiLSPACE
|
« Next Oldest | Next Newest »
|